Replies: 1 comment
-
Hi @elie-h, We do have a search page: https://www.epicstack.dev/users This does a case insensitive search on the username and name of users. It's relatively naive. So for something more robust you may look into using https://sqlite.org/fts5.html If that doesn't quite satisfy your use case then you probably want to bring in https://www.elastic.co/elasticsearch/ I hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
This might be specific to prisma/sqlite but wondering if building text search or autocomplete is possible?
Has anyone built an example of this?
Beta Was this translation helpful? Give feedback.
All reactions