Confusion in the search doc

Have a suggestion for "Everything"? Please post it here.
Post Reply
Fraka
Posts: 27
Joined: Thu Jan 12, 2017 5:07 pm

Confusion in the search doc

Post by Fraka »

https://www.voidtools.com/support/everything/searching/
For example, to find files and folders with the text reports in the filename, search for:

Code: Select all

reports
To limit the results to a drive, simply search for that drive, for example, to find files and folders on your D: drive, search for:

Code: Select all

d:
The second sentence is confusing.
Imho its first part should just be deleted like this:
To find all files and folders on your D: drive, search for:

Code: Select all

d:
Because what is first implied would be

Code: Select all

d: reports
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Confusion in the search doc

Post by raccoon »

Actually, it reads pretty well. If you want to find files with the word "reports" in its name, type: reports. To [further] limit to files on drive D:, type "reports d:". I think that is the direction it is trying to imply.

Of course, everyone has their own way of wording things.
Post Reply