Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for search in bucket #88

Closed
joshenlim opened this issue Jan 18, 2022 · 1 comment
Closed

Add support for search in bucket #88

joshenlim opened this issue Jan 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@joshenlim
Copy link
Member

joshenlim commented Jan 18, 2022

Feature request

Relevant PR: supabase/supabase#4961

Searching for storage in the dashboard at the moment is a client side search - we do a name string search against what was already fetched from the API

As we're looking to introduce infinite scrolling to the dashboard, this means that we won't (be attempting to) pull all of the folder contents when the user clicks on a folder, hence we need to shift the search logic to the API level

Searching should also support pagination as well (we can just stick with offset limit as per the list items API)

@alaister
Copy link
Member

alaister commented Jul 1, 2022

Solved in #127

@alaister alaister closed this as completed Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants