How does the search bar in https://www.convex.dev/can-do work?
In https://www.convex.dev/can-do, I see that the search bar can find results from the title, headline, and body.
Is this search bar using Convex full text search, duplicating the data into a separate table for the purpose of full text search, and concatenating the three properties into one string field?
I'm considering building similar functionality. It's not necessary to actually specify how the can-do search bar works, but any general commentary on how to do this would be helpful.
5 Replies
What I'm really trying to understand is how does the information of multiple columns get consolidated into one searchField?
Is it a delimited concatenation of some sort? That's what I'm inferring since searchField must be of type
string
Looking further into Discord, seems like this can-do page is designed a combination of Convex CMS (not yet released) and Sanity.io CMS.
So perhaps for this specific webpage, Sanity's GROQ query language is used under the hoodi think the search is done in the browser
also https://discord.com/channels/1019350475847499849/1220856317095444653/1221885518212497448
Thanks V, good to see you again!
How are ya bro
yes we load all features and do client side filtering