Unlike filtering on local where ypu can postfilter in gcs post query will lead to incorrect results since its paginated
Instead for gcs filtering should be done pre- query and should only be done on buffered input submission so we dont submit multiple queries every time a keystroke is registered.
We can take a on_submit approach or do something like lodash debounce
Unlike filtering on local where ypu can postfilter in gcs post query will lead to incorrect results since its paginated
Instead for gcs filtering should be done pre- query and should only be done on buffered input submission so we dont submit multiple queries every time a keystroke is registered.
We can take a on_submit approach or do something like lodash debounce