fairDataSociety / fairdrive-theapp

The main app to browse Fairdrive.
GNU General Public License v3.0
21 stars 7 forks source link

feat: search #544

Closed tomicvladan closed 11 months ago

tomicvladan commented 11 months ago

New search functionality shows all files and folders from selected pod.

Closes #542

Screenshot from 2023-10-12 14-55-04

tfius commented 11 months ago

you mean it show results of the search, does it support wildcards or regex ?

tomicvladan commented 11 months ago

Yes, because previously the search was just filtering files from the current folder.

It doesn't support regex search, just simple text matching.