v0.27.0-optional-words-beta.1 π»
Pre-release
Pre-release
π Enhancements
- Add
any
as anoptionalWords
value. c40122c
Usage
const response = await client.index('myIndex').search('hello world', { optionalWords: 'any' })
optionalWords
can also be any
. With this mode, all the query words are optional, no matter their order in the query (i.e. the q
parameter).
Thanks again to @bidoubiwa ! π