Skip to content

Server-side entries search #134

@tivac

Description

@tivac

Currently search works against the entire set of entries in-memory, which is convenient but won't scale up to a large number of entries (See also, #133).

https://www.firebase.com/docs/web/guide/retrieving-data.html#section-queries describes how to query Firebase. Full-text search support on their end isn't great, but hopefully is good enough that we can filter by titles and show results to the user.

Results should be paginated using the same UI as #133.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions