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?
delete
Re: Does not show all objects !!
Oh, I was wrong. Seemingly .706 should handle that number.So is that 5 million?
[I may have noticed something (not this) with the closing \ too & had been meaning to read up on the significance of it.]
Re: Does not show all objects !!
"Another program" is what you like to say on almost all of your postings in every forum.MagiC wrote:do not know what's you mean
Another program does not require entering extra character \
Without telling us what the other program is its just spam and useless.
But I said that already severel times in the past.
Re: Does not show all objects !!
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:
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"