-
Salut,
Last autumn I hacked this Arabic Stemmer https://github.com/ejtaal/jsastem into a fork of your project https://github.com/AJInteractive/lunr-languages for PalestineRemix.com
I would like to r…
-
Slate can support non-latin language toc-linking and lunr search.
Redcarpet fix: https://github.com/vmg/redcarpet/pull/539
Lunr multilang: https://github.com/MihaiValentin/lunr-languages#indexing-mul…
-
Update the plugin to the newest lunr version.
There are some new methods which are used by lunr languages. (e.g. generateStopWordFilter)
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
When the strict parsing option is enabled for typescript, we are getting the following error:
`
"errorType": "ReferenceError",
…
-
The project of 'lunr-languages' said
``` ruby
/* init lunr */
var idx = lunr(function () {
// use the language (de)
this.use(lunr.jp);
// then, th…
-
# Evaluate [Algolia](https://www.algolia.com/ref/docsearch?utm_source=docsearch&utm_medium=link&utm_term=footer&utm_campaign=hexo.io) Search
Currently, the theme uses [lunr](https://lunrjs.com/) fo…
-
I have a bigger site with different unrelated sections. Each sections content is searchable. So i tried to create multiple indexes like this:
gatsby-config.json
```
module.exports = {
plugin…
-
How about easy install [Lunr Languages](https://github.com/MihaiValentin/lunr-languages) in TW?
-
Currently we use the minisearch library to generate full text indexes for text fields. This works great but we have clients requesting text search support for non-english languages. The lunr.js librar…
na9da updated
3 years ago
-
Hi, Thank you for this awesome project!
I'm using lunr with Japanese text, so I write code like this
```
var lunr = require('lunr');
require('./language/lunr.stemmer.support.js')(lunr);
requi…