You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Cloud
Tenant ID: partsorder.budibase.app
Describe the bug
In custom Budibase views built as well as built in Datasource table view pages in Data, clicking on magnifying glass and typing anything yields:
There was a problem loading your grid
Table updated externally, please re-fetch - operator does not exist: <any enum type> ~~* unknown
To Reproduce
Steps to reproduce the behavior:
Create or use any existing Postgres SQL datasource and table with an ENUM type, e.g. CREATE TYPE public.fruit_enum AS ENUM ('APPLE', 'BANANA');
Re-fetch
Click on Magnifying glass in column header in Data -> Postgres SQL -> table view (or any custom page using this) and type.
See error
Expected behavior
Filtering works, as for text fields (maybe casting ::text would fix?). Would also be great if these quick filters defaulted to matching substring anywhere, as opposed to prefix / start.
Screenshots
App Export
If possible - please attach an export of your budibase application for debugging/reproduction purposes.
Desktop (please complete the following information):
OS: Mac Sonoma 14.16
Chrome
Tried multiple Budibase app versions, e.g. latest + 3.2.11
The text was updated successfully, but these errors were encountered:
Checklist
Hosting
Describe the bug
In custom Budibase views built as well as built in Datasource table view pages in Data, clicking on magnifying glass and typing anything yields:
To Reproduce
Steps to reproduce the behavior:
ENUM
type, e.g.CREATE TYPE public.fruit_enum AS ENUM ('APPLE', 'BANANA');
Expected behavior
Filtering works, as for text fields (maybe casting
::text
would fix?). Would also be great if these quick filters defaulted to matching substring anywhere, as opposed to prefix / start.Screenshots
App Export
If possible - please attach an export of your budibase application for debugging/reproduction purposes.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: