playcanvas / editor

Issue tracker for the PlayCanvas Editor
https://playcanvas.com/
160 stars 28 forks source link

Search in files - not finding what is searched. #1175

Closed Maksims closed 4 months ago

Maksims commented 4 months ago

When searching within files, we now have an issue where it fails to find any match, although there is clearly a match (filters are all disabled). And number of files it searches though is weirdly wrong. For me it searches through 100 out of 100 files, although the project has more .js files than that. And for another person on the same project, it searches only through 20 out of 20 files, although again, filters are all disabled, and it does not find stuff anymore.

Example screens: image

Searching for: new pc.Vec4(); image

Maksims commented 4 months ago

Fixed.