Hello, I'm having a problem with my `tenants`.
When search for a product, I'm getting products from another tenant.
Is this an expected behaviour? What am I doing wrong?
4 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
This is a known issue, you can track here: https://github.com/get-convex/convex-js/issues/56
GitHub
Only final filter field is honored in search index · Issue #56 · ...
Support thread reference: https://discord.com/channels/1019350475847499849/1393596083506253915 Given this schema: export default defineSchema({ numbers: defineTable({ search: v.optional(v.string())...
Thanks mate, might post there too.
Really odd, I just realized I'm using search index in my own application code, and using indexes for authorization 😅 . But I'm playing with my implementation and not able to reproduce this bug there. The reproduction repo still has it.