Skip to content

Commit 0c2c004

Browse files
authored
docs: add missing ids option to search options in README (#144)
1 parent bf55a01 commit 0c2c004

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ Responsible for defining global configuration. Look for full example here - [con
224224

225225
- **`filters_query`** boolean filtering i.e. (tags:novel OR tags:80s) AND category:Western
226226

227-
- **`is_all_filtered_items`** set to `true` if you want to return the whole filtered dataset.
227+
- **`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).
228230

229231
### `itemsjs.aggregation(options)`
230232

0 commit comments

Comments
 (0)