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.
ids
1 parent bf55a01 commit 0c2c004Copy full SHA for 0c2c004
README.md
@@ -224,7 +224,9 @@ Responsible for defining global configuration. Look for full example here - [con
224
225
- **`filters_query`** boolean filtering i.e. (tags:novel OR tags:80s) AND category:Western
226
227
-- **`is_all_filtered_items`** set to `true` if you want to return the whole filtered dataset.
+- **`is_all_filtered_items`** set to `true` if you want to return the whole filtered dataset.
228
+
229
+- **`ids`** array of item identifiers to limit the results to. Useful when combining with external full-text search engines (e.g. MiniSearch).
230
231
### `itemsjs.aggregation(options)`
232
0 commit comments