-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
Currently we use PouchDB quick-search for...well....search :)
But PouchDB-QS is already very slow with just a few dozen pages.
Also it is limited in the amount of filter options we can build in without work-arounds.
The task would be to come up with a solution for searching, that is:
- fast
- scalable (to a limit, does not have to last 2 years worth of content to be indexed - if it could, great)
- runs in the browser,
- we can build custom rankings,
- compatible with PouchDB
- possible implementation a variety of custom filters (i.e. time, domain, source, or other fields that are saved)
- persists the index
@Treora any other requirements that come to mind?