remotestorage.js
remotestorage.js copied to clipboard
Look into using lunr.js for indexing/searching
https://github.com/olivernn/lunr.js
great. so that would require pulling out all the data into memory, and then indexing it. i'll play around with that
Have you had the chance to play around yet? I saw that they're implementing their own search function in Litewrite, but it would be great to have this as base functionality for all modules that need it.
@jorin-vogel what solution do we use for search in Litewrite?
On 15.05.2013, at 01:30, Sebastian Kippe [email protected] wrote:
Have you had the chance to play around yet? I saw that they're implementing their own search function in Litewrite, but it would be great to have this as base functionality for all modules that need it.
— Reply to this email directly or view it on GitHub.