-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Description
User story
As a user with many bookmarks, I would like to search within my bookmarks.
Concrete example
A simple Ctrl-F/Command-F browser search won't be sufficient in either of two scenarios:
- If a user has enough bookmarks for pagination to kick in (they may miss bookmarks that are on other pages)
- If a user wishes to search using a field that is not displayed in the index view present on the bookmarks page (e.g. some metadata that is only displayed on the show page, or is only indexed for searching)
dkinzer