avo icon indicating copy to clipboard operation
avo copied to clipboard

Improved global search

Open adrianthedev opened this issue 7 months ago • 1 comments

A few things we are thinking of building:

  • [ ] driven by Hotwire. remove the JS plugin
  • [ ] multi-faceted search
  • [ ] tagged search (GitHub-styled)
  • [ ] global search results page. when the user hits return right away, they are sent on a page that shows all the faceted search results
  • [ ] regex matching
  • [ ] suggested queries
  • [ ] favourites
  • [ ] keyboard shortcuts enabled. for opening up navigation between search results and facets
  • [ ] regular options we support (title, description, image, help)

Multi-faceted search

CleanShot 2025-04-03 at 09 12 19@2x

Regex matching

Using regex, try to identify a string and suggest the user to directly go there.

CleanShot 2025-04-03 at 09 15 57@2x

Suggested queries

CleanShot 2025-04-03 at 09 15 07@2x

Favourites

The user will be able to star a record, maybe a page too (janban board, index page, etc.) and these will show up as favourites

adrianthedev avatar Apr 03 '25 06:04 adrianthedev