Skip to content

Update Lunr#1419

Merged
mmistakes merged 2 commits into
mmistakes:masterfrom
nickgarlis:search
Dec 28, 2017
Merged

Update Lunr#1419
mmistakes merged 2 commits into
mmistakes:masterfrom
nickgarlis:search

Conversation

@nickgarlis

@nickgarlis nickgarlis commented Dec 27, 2017

Copy link
Copy Markdown
Contributor

Live Preview
The search is now a bit more sensitive since it is configured to search separately for every word inside of the query string along with the whole string.

There are also small improvements for stemming issues (For example, if you try searching for "chocol" in the older version you will get as a result "Chocolate Chip Cookies" but if you try searching for "chocola" you will get nothing.)

@mmistakes mmistakes merged commit 7e6a46c into mmistakes:master Dec 28, 2017
kkunapuli pushed a commit to kkunapuli/kkunapuli.github.io that referenced this pull request May 30, 2019
* Update Lunr to 2.1.5
* Remove colons from query string

Fixes mmistakes#1419
sumeetmondal pushed a commit to sumeetmondal/sumeetmondal.github.io that referenced this pull request Sep 10, 2019
* Update Lunr to 2.1.5
* Remove colons from query string

Fixes mmistakes#1419
jchwenger pushed a commit to jchwenger/jchwenger.github.io.old that referenced this pull request May 5, 2023
* Update Lunr to 2.1.5
* Remove colons from query string

Fixes mmistakes#1419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment