Skip to content

Commit

Permalink
fix(docs): add the url to lunr-folding
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines authored and yeraydiazdiaz committed Jul 10, 2024
1 parent f3a95f1 commit a5f64b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ console.log(JSON.stringify(index.search("règlement de démolition")));
# [{"ref":"1314-2023-DEM","score":0.4072935059634513,"matchData":{"metadata":{"regl":{"titre":{}},"demolit":{"titre":{}}}}}]
```

There is also `lunr-folding` for JavaScript, but its folding is not
the same as `unidecode` and it may not be fully compatible with
language support, so it is recommended to use the above method.
There is also
[lunr-folding](https://www.npmjs.com/package/lunr-folding) for
JavaScript, but its folding is not the same as `unidecode` and it may
not be fully compatible with language support, so it is recommended to
use the above method.

## Notes on language support

Expand Down

0 comments on commit a5f64b4

Please sign in to comment.