Hello there,
I’m experiencing an issue with WeWeb + Supabase. I have a column containing JSON data, and for some reason, when I edit or add something to the Supabase table, the filter logic gets messed up, and I no longer have the option to select the operator “has all of.” Please watch this short 1-minute video for a clearer understanding of the problem: (only 1min) - Loom | Free Screen & Video Recording Software | Loom
Here’s some context to help you understand the situation better:
I have 4 multi-select filters, and their content comes from separate tables. They have to work withc each other. Additionally, I have 4 more tables that connect tools to categories, professions, and tools, as each tool can have multiple categories, professions, and tools. I couldn’t figure out how to filter one table with other tables, like “ToolProfessions.” So, I resorted to using JSON in the Tools table. I suspect there might be a more elegant solution, but I haven’t been able to find it.