We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6139051 commit 5fff6eeCopy full SHA for 5fff6ee
src/sidebar/helpers/view-filter.js
@@ -58,7 +58,8 @@ function normalize(val) {
58
class TermFilter {
59
/**
60
* @param {string} field - Name of field to match
61
- * @param {string|number} term - Query term
+ * @param {string|number} term - Query term or value. Most fields use string
62
+ * terms, but eg. `since` is parsed into a number first.
63
* @param {Checker} checker - Functions for extracting term values from
64
* an annotation and checking whether they match a query term.
65
*/
0 commit comments