alessandrojean / tankobon

[WIP] Self-hosted physical book collection manager.
https://alessandrojean.github.io/tankobon/
MIT License
28 stars 3 forks source link

Add search dialog #12

Closed alessandrojean closed 1 year ago

alessandrojean commented 1 year ago

Describe your suggested feature

The client should have a global search dialog, allowing the usage of Lucene query syntax with highlight, and returning all entities that match the query. The dialog is opened by using Ctrl/Command + K or by the navbar shortcut.

An API endpoint in the server will need to be created.

Other details

No response

Acknowledgements