delete

Found a bug in "Everything"? report it here
Post Reply
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: Does not show all objects !!

Post by therube »

So is that 5 million?
And if so isn't it expected that not all will be shown given your earlier thread on the matter?
And if so, why not continue in that thread rather then start another?
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: Does not show all objects !!

Post by therube »

So is that 5 million?
Oh, I was wrong. Seemingly .706 should handle that number.


[I may have noticed something (not this) with the closing \ too & had been meaning to read up on the significance of it.]
horst.epp
Posts: 1345
Joined: Fri Apr 04, 2014 3:24 pm

Re: Does not show all objects !!

Post by horst.epp »

MagiC wrote:do not know what's you mean
Another program does not require entering extra character \
"Another program" is what you like to say on almost all of your postings in every forum.
Without telling us what the other program is its just spam and useless.
But I said that already severel times in the past.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Does not show all objects !!

Post by void »

In Everything, a space is the AND operator.

Searching for X:\Folder\Sub folder is seen as
X:\Folder\Sub AND folder
The folder part does not match the path which is why it would match less objects.

When you use a trailing backslash on folder\ it will match the path.

The best solution is to use double quotes when you wish to search a path with spaces in it:

Code: Select all

"X:\Folder\Sub folder"
Post Reply