Budibase / budibase

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

Search feature in data table not working for Google Sheets #14175

Open robstevens7182 opened 2 months ago

robstevens7182 commented 2 months ago

Checklist

Hosting

Describe the bug I am on the Data screen. I see my data that is linked to my google sheets. I place my mouse over the header and the magnifying glass appears. I click on the magnifying glass. I type in a value I know exists. All records disappear. I clear the search criteria. All records reappear.

To Reproduce Steps to reproduce the behavior:

  1. Go to the data screen
  2. Click on the magnifying glass at the top of a column
  3. Enter a search term
  4. All data disappears

Expected behavior

  1. Go to the data screen
  2. Click on the magnifying glass at the top of a column
  3. Enter a search term
  4. The rows with data that matches the search term should remain.

Screenshots image image

App Export

Desktop (please complete the following information):

Additional context None

linear[bot] commented 2 months ago

BUDI-8462 Search feature in data table not working

aptkingston commented 2 months ago

Google Sheets is a bit of an edge case in terms of how we handle searching. Could you check if exact matches work? Like searching for Robert. Just wondering if it works at all.

robstevens7182 commented 1 month ago

Exact matches don't work either. Is it technically searching Google sheets? I thought I was just trying to get it to search the data table in the app. I discovered this by initially trying to create a filtered drop down in the app and it wouldn't work. It took me a while to realize none of my search terms were matching any data.

deanhannigan commented 1 month ago

This has been fixed as part of https://github.com/Budibase/budibase/pull/14315 and should be deployed soon.