Skip to content

Commit 4c5fafa

Browse files
authored
[WIP] Boolean Query (#112)
* boolean query * boolean query with tests * development
1 parent 9782977 commit 4c5fafa

File tree

13 files changed

+943
-59
lines changed

13 files changed

+943
-59
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ Responsible for defining global configuration. Look for full example here - [con
208208
- **`filters`** filtering items based on specific aggregations i.e. {tags: ['drama' , 'historical']}
209209

210210
- **`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)
211+
212+
- **`filters_query`** boolean filtering i.e. (tags:novel OR tags:80s) AND category:Western
211213

212214
- **`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).
213215

0 commit comments

Comments
 (0)