-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add filters + search to admin hackathons page #262
base: main
Are you sure you want to change the base?
Conversation
cjdenio
commented
Oct 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd also like to consider using Postgres' search functionality for this.
Co-authored-by: Matt Almeida <[email protected]>
Co-authored-by: Matt Almeida <[email protected]>
So it seems like full-text search won't work perfectly with names like TestHacks vs Test Hacks. I still think it'd be better cause we're able to use indexes, but maybe there's a way to automatically separate names by capital letters and include those in the tsvector. |