-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Milestone
Description
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.
Reactions are currently unavailable