How to search in directory with fullwidth slash "/"

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
kesdoputr
Posts: 9
Joined: Wed Nov 13, 2019 10:09 pm

How to search in directory with fullwidth slash "/"

Post by kesdoputr »

Hello, i'm using Everything-1.4.1.1022.x64 with Windows 10 Home 22H2 x64

I have some directory name with fullwidth slash
But i can't see any search result when i want to search in the directory.

Result in normal directory
https://i.imgur.com/Cdljx6e.png

Result in directory with
https://i.imgur.com/a59Fdza.png

How can i make everything work on these directories?
I have tried double quote "" but seems no use, thank you. :D
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: How to search in directory with fullwidth slash "/"

Post by raccoon »

Try turning off Search -> Match Diacritics for this search query.

I suspect this is a bug.

(@void: I'm also having trouble getting the diacritics: and !diacritics: and no-diacritics: verb to work in 1.5)
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: How to search in directory with fullwidth slash "/"

Post by therube »

I'm on 1.5, but I would think it should "just work" in 1.4 too?
See if toggling diacritics makes any difference? (Search | Match Diacritics)
.
forward slash in directory name.png
forward slash in directory name.png (22.61 KiB) Viewed 1589 times
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to search in directory with fullwidth slash "/"

Post by void »

Everything is taking a shortcut here to try and match your absolute path.
However, Everything ends up failing to match the existing folder as /is being treated as path separator.



Please try the following search:

path:startwith:"Z:\tc\AS/MR\"
(The path:startwith: overrides an absolute path lookup)

-or-

"Z:\tc\AS/MR"
(Leave the trailing slash out)

This will be fixed in Everything 1.5.


(@void: I'm also having trouble getting the diacritics: and !diacritics: and no-diacritics: verb to work in 1.5)
What happens?

I see there's a few issues with Everything treating /as /, but not as a path separator.
I've made a note to remove this mapping for the next db version change.
kesdoputr
Posts: 9
Joined: Wed Nov 13, 2019 10:09 pm

Re: How to search in directory with fullwidth slash "/"

Post by kesdoputr »

void wrote: Sat Nov 19, 2022 4:34 am Everything is taking a shortcut here to try and match your absolute path.
However, Everything ends up failing to match the existing folder as /is being treated as path separator.



Please try the following search:

path:startwith:"Z:\tc\AS/MR\"
(The path:startwith: overrides an absolute path lookup)
path:startwith: seems work, thanks for your reply. :D
Post Reply