icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.41k stars 348 forks source link

Find in filenames only considers DOM elems not actual files on drive #993

Open mattpass opened 2 years ago

mattpass commented 2 years ago

This is a hangover from older versions of ICEcoder where the entire dir tree was present in file manager on load. We now load dir contents when opening a dir on demand, but the logic for find in file names remains legacy.

So it's not finding all filenames now. Needs recoding to work from contents of drive and not scanning DOM elems.

mattpass commented 2 years ago

As part of this issue, review, refactor and improve multiple-results.php as a whole.