You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Lunr.js 2.0 has switched to immutable indexes, which means that indexes need to be created with the documents in the configuration, rather than added/removed later (as per the 0.x-1.x approach of Lunr).
This means that to make Lorikeet work with the current version of Lunr.js, I will need to change how the code functions. There will be a separate feature branch that will not be merged into the master branch, but act as a fork for people to use when wanting to try Lorikeet with Lunr.js 2.0.
The text was updated successfully, but these errors were encountered:
See thread: https://forums.manning.com/posts/list/40877.page
Lunr.js 2.0 has switched to immutable indexes, which means that indexes need to be created with the documents in the configuration, rather than added/removed later (as per the 0.x-1.x approach of Lunr).
This means that to make Lorikeet work with the current version of Lunr.js, I will need to change how the code functions. There will be a separate feature branch that will not be merged into the master branch, but act as a fork for people to use when wanting to try Lorikeet with Lunr.js 2.0.
The text was updated successfully, but these errors were encountered: