jennaJ
Convex Community3y ago
4 replies
jenna

Hey Started using Convex over the

Hey! Started using Convex over the weekend and I'm running into some issues with using search indexing. Looks like it's still doing exact matches even though I did the following. Am I missing something? Thanks!

export default defineSchema({
  tableName: defineTable({
    first: s.string(),
  }).searchIndex("search_first", {
    searchField: "first",
  })
Was this page helpful?