-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search function in LR doesn't return correct results; often misses entries in the filesystem #657
Comments
UPDATE: THIS APPARENTLY DOES NOT WORK AFTER FURTHER USER EXPERIENCE & TESTING. |
Reopening this issue as this problem seems to have gotten worse/not improved recently. Now, rescanning or clearing the search cache will not work when an exceptionally stubborn archive refuses to pop-up; in this instance usually only a restart of the application will fix the issue. |
With #555, I have severely reduced the amount of cache warm jobs due to search getting that much faster, which should improve phantom archive cases like what we saw here. In any case though, filesystem watching on the WIndows versions is buggy thanks to WSL and can get worse depending on how/where the content folder is stored, so I can't guarantee issues like this won't still pop up. |
Windows 10, 0.8.5 msi, WSL2
Issue -
Using the search box to search for entries can be very janky, as it often misses random entries in the filesystem.
However, while using the browser's native Ctrl+F search option in the "Categories" section one can see all the entries corresponding with the same search query in the filesystem.
Example:
Enter a search query and hit enter, only two entires can be seen listed
Go to "Categories", hit Ctrl+F and enter the exact same query, and all four of the corresponding entires are shown - which is supposed to be the correct result that the LR search returns
P.S. Interestingly, changing the search query in a way that shouldn't affect the search results (for example, removing a letter at the bottom of the search term) can cause LR's search to return different results.
Pressing the "rescan archive directory" button in LR settings does absolutely nothing except making my hard drive produce some horrible sounds as it tries to work hard through the entire filesystem.
The only way to get the LR search function to work as intended is by constantly changing the search query and pressing enter.
Here you can see that the search function finally shows all the intended results.
This suggests that there's probably something wrong with the search box in LR - And seeing that the "Categories" section has no problem displaying the correct entries on the filesystem, it makes me think that this definitely has something do do with the search function, rather than some other setting in LR or on my hard drive. Hopefully this issue can be resolved as it is incredibly annoying especially when trying to add and edit new entries to LR.
The text was updated successfully, but these errors were encountered: