Strange error when trying to use search
I'm getting a strange error as soon as I'm trying to search on a table with searchIndex. Browser console keeps printing this, repeating forever:
I'm accessing this function from the convex dashboard:
When not providing a query the result is as expected. When providing a query string, the UI keeps loading forever and console shows above errors.
3 Replies
searchindex is defined in my schema:
Same problems when using the query from my app with
useQuery
hook. Any ideas?Hmm I'm seeing a similar issue with search in one of my apps, so I'm investigating if it's an issue on our side
I believe this should now be resolved on our end -- let us know if you're still seeing these errors.
Yes, working fine again. Thank you 🙂