You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,10 @@ Responsible for defining global configuration. Look for full example here - [con
195
195
196
196
-**`native_search_enabled`** if native full text search is enabled (true | false. It's enabled by default)
197
197
198
+
-**`isExactSearch`** set to `true` if you want to always show exact search matches. See [lunr stemmer](https://github.com/olivernn/lunr.js/issues/328) and [lunr stopWordFilter](https://github.com/olivernn/lunr.js/issues/233).
199
+
200
+
-**`removeStopWordFilter`** set to `true` if you want to remove the stopWordFilter. See https://github.com/itemsapi/itemsjs/issues/46.
201
+
198
202
### `itemsjs.search(options)`
199
203
200
204
#### `options`
@@ -212,10 +216,6 @@ Responsible for defining global configuration. Look for full example here - [con
212
216
-**`filter`** function responsible for items filtering. The way of working is similar to js [native filter function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter). [See example](/docs/configuration.md)
213
217
214
218
-**`filters_query`** boolean filtering i.e. (tags:novel OR tags:80s) AND category:Western
215
-
216
-
-**`isExactSearch`** set to `true` if you want to always show exact search matches. See [lunr stemmer](https://github.com/olivernn/lunr.js/issues/328) and [lunr stopWordFilter](https://github.com/olivernn/lunr.js/issues/233).
217
-
218
-
-**`removeStopWordFilter`** set to `true` if you want to remove the stopWordFilter. See https://github.com/itemsapi/itemsjs/issues/46.
219
219
220
220
-**`is_all_filtered_items`** set to `true` if you want to return the whole filtered dataset.
0 commit comments