- Added multilanguage support - Improved language support
Deprecation warning
- The `language` argument to the `lunr` has been renamed to `languages` to accomodate for multilanguage support. The `languages` argument accepts a string or an iterable of ISO-639-1 languages codes. If you're calling `lunr` with keyword arguments please update such calls accordingly.
0.4.3
Not secure
- Target Lunr.js v2.3.2
0.4.2
Not secure
- Target Lunr.js v2.3.1 - Fix crash when using non-string document references.
0.4.1
Not secure
- Added support for Python 3.7
0.4.0
Not secure
- Compatibility with Lunr.js v2.3.0. Including: + Add support for build time field and document boosts. + Add support for indexing nested document fields using field extractors. + Prevent usage of problematic characters in field names
0.3.0
Not secure
- Compatibility with Lunr.js v2.2.1. Including: + Add support for queries with term presence, e.g. required terms and prohibited terms. + Add support for using the output of `lunr.Tokenizer` directly with `lunr.Query.term`. + Add field name metadata to tokens in build and search pipelines.