Directory is not shown in the search results
See original GitHub issueDescribe the bug pigallery2 is not showing the directory in the searching result, an example can be seen in the following URL:
https://pigallery2.herokuapp.com/search/%7B%22type%22:102,%22text%22:%22emptydirectory%22,%22matchType%22:1%7D
You can see that while searching for “emptydirectory”, the result didn’t show the directory we want to search.
Expected behavior: showing the directory we want to search and allow us to click in and browse the pictures inside the directory.
Photo/video (optional) that causes the bug N/A
Screenshots
Environment (please complete the following information):
- OS: Window 10 64 bit
- Browser: Brave 1.24.85
Used app version:
- v1.8.7 ( The one on https://pigallery2.herokuapp.com/ )
- Also the latest build from source code ( 0a46388 )
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Files do not appear in search results - Microsoft Community
Files do not appear in search results ; Open the Search and Indexing troubleshooter by clicking the Start ; button, and then clicking...
Read more >Search Results Empty (No Results) in Windows 10 Settings ...
Step 1: Check if Windows Search Service is Running · Step 2: Reinstall the Search App using PowerShell · Step 3: Fix the...
Read more >Windows help How to fix search Results don't ... - YouTube
Windows help How to fix search Results don't Appear in windows 10 / 8.1.
Read more >[Solved] File Explorer Search Not Working in Windows 10
File Explorer's search utility allows you to find any files or folders among all the data on the select drive on the disk....
Read more >How do I view the full path in search results? - Super User
Right-mouse-click over the "Folder" column heading to change columns that are displayed in the results and click "More..." at the menu bottom.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added this functionality with a config switch. By default does not search among folders.
Also updated the docs to explain how one can use the search: http://bpatrik.github.io/pigallery2/
Tested against 77b2d7e and can confirm that
List directories
works really well. Guess it’s time to upgrade to v1.9.0 😃Since now the directories are being shown I’m closing this issue. A big thank to @kagahd for joining the discussion and @bpatrik for fixing the issue, keep up the good work !