Table filtering where data column is an array of strings.
I have a form that allows users to select multiple values to be used as tags. The column is called industry and is set as a text[] datatype in Supabase. Data entry for the user works as expected and displays correctly.
I'm having an issue when attempting to apply a filter.
I get the following error when selecting a value to filter by, with the same result whether it's 1 value or more.
I'm having an issue when attempting to apply a filter.
I get the following error when selecting a value to filter by, with the same result whether it's 1 value or more.
