Skip to content

Improve speed of current search #41

@blackforestboi

Description

@blackforestboi

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions