gwilliamnn
CCConvex Community
•Created by gwilliamnn on 8/10/2023 in #support-community
indexSearch with "match"
Hello, I'm trying to make a simple search index, but the db will be large, because is customers db, and we have more than 10.000.
I wanna search the user by a name query, example, when user search mari this will match with (maria, mariah, mariana) on documentation, i'm trying to do with the tasks table, and the only match with the exacly word.
8 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Seed data with relations
Hy, I know has a way to seed with json file, but how can I do to seed using relation data?
Is possible just with json or I need create a function to seed using the api?
Thanks (sorry for too many questions)
15 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Bug after change function
I made a change on my schema, the table before called profile now is called profiles, I change all names on my code, is reflecting on the backend panel at the convex dashboard, but I'm getting this error:
And I call this function here:
21 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Understanding the pricing
Hello!
I'm really thinking to bring my production env from sanity.io to you guys. I love sanity, is very good, but the lack of strong type safety and the fact I loved convex, I wanna migrate.
But, I didn't understand the princing...
Like, function call is each query? and bandwidth will be the size of the query documents?
11 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Suspense or loading state
Convex has any loading state or works with suspense or something like?
18 replies
CCConvex Community
•Created by gwilliamnn on 7/31/2023 in #support-community
Can I import the Type from schemas?
How can I have the schema types, and if have also a validation schema like zod.
This is good when we create forms and also tables to have the schema and or the return type.
10 replies
CCConvex Community
•Created by gwilliamnn on 7/31/2023 in #support-community
How can I use Clerk with Convex on NextJS13 app routes?
Any one can help?
I saw the tutorial to use Clerk + Convex on Next13, but is using pages router, I tried, but not works on app router, says router is not ready.
60 replies