Skip to content

Implement File Search #41

@faisalsayed10

Description

@faisalsayed10

Implement a search bar on top of the drives page which allows users to search files and folders within the current directory.

  • Add a search bar on the bucket page.
  • Filter files/folders according to the search query
  • Show the filtered items.

BONUS: Allow users to search an entire drive regardless of the directory they are in.

How this can be achieved:

  • Index all the files and folders (recursively) in the background and store them in indexeddb. (related to Sync files locally #30)
  • Whenever a user searches for a file, filter the data in indexeddb.
  • indexeddb should update whenever a file is uploaded or a folder is created.
  • BONUS: cross-drive search where the user can search for a file across drive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions