olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.94k stars 548 forks source link

Port to Dart #524

Closed sjhorn closed 1 year ago

sjhorn commented 1 year ago

Folks just letting you know I have ported this codebase and unit tests to Dart here - https://github.com/sjhorn/lunr

Also available from pub.dev at https://pub.dev/packages/lunr

The index and search json matches for a few sample test I have completed on reasonably large public json sets like movies.json etc.

I had to tweak the behaviour of dart numbers and date formats to match - but otherwise it mostly just worked. Welcome feedback - also thanks again for this great library. Hoping folks in the land of dart and flutter can get similar benefits from client side search.