v0.27.0-optional-words-beta.0 π»
Pre-release
Pre-release
This version makes this package compatible with Meilisearch v0.29.0-optional-words.beta.1 π
In this version, you can try out the new optionalWords
search parameter we are testing out. For complete information on the feature, please refer to this guide.
π Enhancements
- Feature prototype: define strategy on optional words during search #1312
Usage
const response = await client.index('myIndex').search('hello world', { optionalWords: 'none' })
optionalWords
can be either last
(default behavior) or none
. More information here
Thanks again to @bidoubiwa ! π