Skip to content

v0.27.0-optional-words-beta.0 🌻

Pre-release
Pre-release
Compare
Choose a tag to compare

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 ! πŸŽ‰