Michal Srb
Michal Srb
CCConvex Community
Created by Michal Srb on 10/31/2024 in #support-community
Text Search is hard to use
Two pieces of feedback: 1. The docs don't teach useStableValue or (less good imo) useStableQuery, don't link to https://stack.convex.dev/help-my-app-is-overreacting (which is long though), so creating a search interface is not straightforward without results flickering. 2. Now that search changed from prefix to fuzzy, it no longer fits super well the use case of looking up people by name (or room by name etc.), because irrelevant results are still returned. This could be alleviated (even if it's not the ideal fix) if the docs gave a recipe for computing the relevance score on the client side (or some measures resembling the relevance score).
7 replies
CCConvex Community
Created by Michal Srb on 4/11/2024 in #support-community
App is not displaying files
No description
38 replies
CCConvex Community
Created by Michal Srb on 9/21/2023 in #support-community
Different convex folder
Can I put my backend source code files into a folder that's called something else than "convex"?
2 replies
CCConvex Community
Created by Michal Srb on 9/15/2023 in #support-community
Using TypeScript types for schema definition
@Mohamed EL GUARIR asks: Hello, Is there any way to use typescript types in the schema definition since i already created them using ts ?
2 replies
CCConvex Community
Created by Michal Srb on 9/2/2023 in #support-community
Hosting frontend for Convex
@burnstony#1975 asks whats the simplest way to host react/convex application?
2 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
Speed up `npx convex dev`
@Espen asked: Is there any way to speed up the Convex function syncing so it takes less than 3-4 sec after saving the file? (asking for a friend with ADHD)
3 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
No description
10 replies
CCConvex Community
Created by Michal Srb on 8/11/2023 in #support-community
Is there any way to invalidate the local cache or manually refetch useQuery?
Question from @Mikael Lirbank
7 replies
CCConvex Community
Created by Michal Srb on 7/4/2023 in #support-community
v.array schema validator semantics
@zid asked: Question about defining arrays in schemas. Will the following allow for an empty array of items/objects? If not, how do I write the schema so that I can a default value of an empty array? Also would like to confirm if the below allows for a dynamic number of array items. arrayItems: v.array(v.object({id: v.string(), title: v.string()}) )
3 replies