Questions tagged [lunrjs]

Simple full-text search in your browser

lunr.js is a simple full text search engine for your client side applications. It is designed to be small, yet full featured, enabling you to provide a great search experience without the need for external, server side, search services.

lunr.js has no external dependencies, although it does require a modern browser with ES5 support. In older browsers you can use an ES5 shim, such as augment.js, to provide any missing JavaScript functionality.

https://lunrjs.com/

48 questions
-1
votes
2 answers

Using lunr in Angular 15?

Using lunr to index posts in Angular. Prior to Angular 15 importing it like this worked. import * as lunr from 'lunr'; After upgrading to Angular 15 it errors. ERROR Error: lunr is not a function I recreated the error an an MVCE here. This is the…
Ole
  • 41,793
  • 59
  • 191
  • 359
-1
votes
1 answer

javascript fulltext search framework with multilingual support

i need to do fulltext search via javascript on client-side. I found lunr. It is great, but i need multilingual support. Can you help me?
Undrooleek
  • 223
  • 4
  • 12
-2
votes
1 answer

My jekyll/github website got error when i try to search

i am a non-tech student trying to build a website for my project. I came across this amazing template called beautiful-jekyll and it works so well so far. However, when i try to implement a search engine based on this tutorial…
N. D
  • 1
1 2 3
4