omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
12.35k stars 623 forks source link

Add search support to kbar #814

Closed jacksonh closed 2 years ago

jacksonh commented 2 years ago

When on the library page we should be able to search using kbar. When a user types # this should initiated a search using Omnivore's search API within the kbar. GitHub has a similar setup. If you are within a repo it on GitHub you can test this by typing cmd+k and then #.

Screen Shot 2022-06-16 at 09 20 45

This should start a search using our search API and display titles of matching results in the kbar list in a kbar section called Search Results.

jacksonh commented 2 years ago

This is all merged now. Doing more testing on demo