paradigmxyz/flux

feat: Chat Search

UnloadingGnat opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Be able to search in flux. After a couple of levels there can be a lot of chats the ability to search through every chat would make it easier to find what you're looking for

Describe the solution you'd like
Something like an algolia search in react.dev, and maybe even a keyboard short cut to bring the search bar up

Describe alternatives you've considered
elasticsearch can also be used instead of algolia

I wonder if Minisearch + Cmd-K is enough for Flux. You probably don't need to be setting up a 'proper' index for the local-first use case.