Is there any JavaScript library which can perform search on custom data. Something like Lucene for Javascript.
The Search Engine should run in the browser.
Thanks!
jaaly
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Datatables does that nicely if you want it on tables/with UI, you’ll need jQuery for that but it’s pure javascript anyway. Otherwise look at the range of other plugins available for jQuery I’m sure you’ll find something suitable there!