Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.24k stars 1.44k forks source link

Fix contains search on multi-user column. #14059

Closed samwho closed 4 days ago

samwho commented 4 days ago

Description

We had a bug report this morning that search was broken for contains on multi-user columns and it turns out the frontend sends a request to the backend that doesn't match the type for search requests on the backend. So this PR makes accommodations for that but I'm not very happy with it because it seems that this is now an outlier and I wonder if the frontend is sending searches that don't match the type in more cases.

linear[bot] commented 4 days ago

BUDI-8404 Filtering with the contains operator throws an error when using a multi user column on external data sources.