I wanted to use convex search and
I have a many2many table, but i need to do fulltext search with filter if a many2many relationship exists ,
TABLE A
TABLE B
TABLE AB
how do I do this in convex
how do I handle this in a performant way
basically i need to search A, but also filter if A has a record from B
