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 829ce0f commit d6c080fCopy full SHA for d6c080f
content/terms/reference/filters.md
@@ -41,8 +41,8 @@ Can be used as follows in the declaration:
41
"name": "<service name>",
42
"terms": {
43
"<terms type>": {
44
- "fetch": "<fetch URL>",
45
- "select": "<select CSS selector>",
+ "fetch": "<URL>",
+ "select": "<CSS or Range selectors>",
46
"filter": [
47
"customFilter"
48
]
@@ -68,8 +68,8 @@ Can be used as follows in the declaration:
68
69
70
71
72
73
74
{
75
"customParameterizedFilter": "params"
0 commit comments