applait / finderjs

Finder and file picker library for Firefox OS
http://finder.js.org
MIT License
14 stars 7 forks source link

Searching in a folder #20

Open strukturart opened 5 years ago

strukturart commented 5 years ago

Hello, I working on an App for KaiOs. How to restrict the search to a folder?

Cheers John

debloper commented 5 years ago

Sorry for the late reply @strukturart

FirefoxOS (and hence, probably KaiOS as well) doesn't do scoped FS search. Your best bet is to filter the paths with regex after the full result set is returned.