-
##Here is my code
const elasticLunr = require('elasticlunr');
require('lunr-languages/lunr.stemmer.support')(elasticLunr)
require('lunr-languages/lunr.fr')(elasticLunr);
let index = elasticLunr…
-
#1081 has been stuck for a while, so I tried implementing my own version.
[Preview the search functionality online](https://nomicon.purewhite.io/)
Inspired by #1496.
### Major implementation …
-
## user story
As a customer, I want the elastic search to include coder status, so that we can search through coders by status: villager, resident, freelancer etc.
## acceptance criteria
- [x…
-
Unable to search for Chinese Keywords
![image](https://user-images.githubusercontent.com/47925925/67736356-4857a600-fa42-11e9-9cbb-f86b98555f45.png)
-
After adding fields, saving, and updating a persisted index, on re-starting via `iex -S mix`, application crashes with the following error message:
```term
** (Mix) Could not start application ela…
-
Ada beberapa desa yang memiliki kode pos yang sama.
Desa di kecamatan Ujungjaya memiliki kode pos 45383 adalah: Ujungjaya, Palabuan, Palasari, Keboncau, Sakurjaya, Kudangwangi, Sukamulya, Cipelang, d…
-
## Problem
Anyone who has a CJK search requirement, There is a quick hack way.
## Proposed Solution
### Just need add two extra JS.
* https://github.com/allfunc/docker-mdbook/blob/main/md…
-
Nikola provee una sección el [conf.py](https://github.com/PyAr/wiki/blob/ca95f18f177fa569883dfa341a802efc30595f1c/conf.py#L1145) para agregar un form que permite usar un buscador como Google o DDG.
…
-
Add client-side search functionality by incorporating a search engine like [Elasticlunr\.js](http://elasticlunr.com/).
-
Hi,
First of all, thx for elasticlunr, great job!
Second, I'm using elasticlunr on the backend side, from node process, my index is typical, based exactly on example from main page elasticlunr
…