This could be a bug or not… I have a table in supabase that will have a lot of line items. I am using the filters when adding the collection. However, it is saying certain columns that should be text are objects so I cant do a search filter because it only gives me the option of an “Exact match”
When I make an entire new collection with the same table the text column is a text but other ones are objects. It just has a mind of its own when trying to read the column type.
In short. I am struggling because certain columns are turning into objects and I cant figure out why. Some of my arrays work and some turn into columns.
The column type should be text in this filter and the column is not an array…
These are 2 different collections but the exact same table and exact same way configuration.
Notice the first one has “Category” as an object but in the second one it is a text
In the first one “Project_number” is a text but the second one it is an object. This messes up my filter.