-
Should be very easy since we have collections to search in all meta (title, tags etc) - but not in body of the posts.
Maybe agolia can help for the body (ref https://github.com/putaindecode/putaindeco…
-
I'd like to be able to put keywords into the keywords front matter property, and have them exposed in a meta tag and used for the LunrJS search index.
xaprb updated
6 years ago
-
Hello,
I'm trying to use Lunr.js to provide search on my site, but have the following problem:
```
$ node themes/minimo/scripts/generate-search-index-lunr.js
internal/modules/cjs/loader.js:605
…
-
A frame contains enough information to define an index (e.g. label, dot path, content type).
-
Not so much an issue with lunr, which is great! More a quick try to get ideas going…
In a shell with the jq utility I pull my terms from the lunr index in advance:
`jq '[.index.invertedIndex[][0]|…
-
The issue to add [Search to the Posts API](https://github.com/TryGhost/Ghost/issues/306), is literally the oldest open issue in this repository. It’s a specialist subject, so we’ve always hoped someon…
-
Hi! first of all thanks for the library!
I'm thinking about using it for a project and was trying to figure out how to implement things like search all todos with titles like "%t%".
I know datas…
-
Hi there,
I'm loving Lunr, and how easy it is to implement it and use it on a GitHub Pages site.
I have a question (sorry if this has been already replied, searched the issue database and didn't fin…
-
maybe: https://lunrjs.com/
-
Hello again!
I came across this section in the documentation:
https://lunrjs.com/guides/searching.html#fuzzy-matches
and when I tried to change my search string by typing the `~` character I …