This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1509,7 +1509,7 @@ When enabled, the integer array is reordered to reach a better compression ratio
1509
1509
- default : `[]`
1510
1510
1511
1511
1512
- * This parameter is deprecated. Please use [Filters ](#filters) instead. *
1512
+ * This parameter is deprecated. Please use [filters ](#filters) instead. *
1513
1513
1514
1514
A string that contains the comma separated list of numeric filters you want to apply.
1515
1515
The filter syntax is `attributeName` followed by `operand` followed by `value`.
@@ -1535,7 +1535,7 @@ You can also use a string array encoding (for example `numericFilters: ["price>1
1535
1535
- default : `" " `
1536
1536
1537
1537
1538
- * This parameter is deprecated. Please use [Filters ](#filters) instead. *
1538
+ * This parameter is deprecated. Please use [filters ](#filters) instead. *
1539
1539
1540
1540
Filter the query by a set of tags.
1541
1541
@@ -1563,7 +1563,7 @@ For example `{"_tags":["tag1","tag2"]}`.
1563
1563
- default : `" " `
1564
1564
1565
1565
1566
- * This parameter is deprecated. Please use [Filters ](#filters) instead. *
1566
+ * This parameter is deprecated. Please use [filters ](#filters) instead. *
1567
1567
1568
1568
Filter the query with a list of facets. Facets are separated by commas and is encoded as `attributeName: value`.
1569
1569
To OR facets, you must add parentheses.
You can’t perform that action at this time.
0 commit comments