Support exclusion mask also for trees in the Search tool

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Jivan_Mukta
Junior Member
Junior Member
Posts: 28
Joined: 2013-09-23, 19:25 UTC

Support exclusion mask also for trees in the Search tool

Post by *Jivan_Mukta »

I can't find a way of exclusion a certain tree in search tool except by marking
the tree and inverting the selection

But the better way will be something like this

:idea: Search in: C:\ | %WINDIR%;%ProgramFiles%
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3861
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

You can add a directory exclusion by adding it to "Search for" like:

Code: Select all

*.* | Windows\ "Program Files\"
Last edited by sqa_wizard on 2017-09-25, 21:49 UTC, edited 1 time in total.
#5767 Personal license
Jivan_Mukta
Junior Member
Junior Member
Posts: 28
Joined: 2013-09-23, 19:25 UTC

Post by *Jivan_Mukta »

When I type in 'Search for'
*.log | %WINDIR%\

it is the same like
*.log | C:\WINDOWS\

But 'Search for' exclusion doesn't work with full paths. That's the problem.

When the 'Search in' input suppose more than a single drive, then the drive letter specification in the exclusion mask may becomes important.
Here it is the example demonstrating the reason of my suggestion
Search for: *.mp3 | %$MYMUSIC%
Search in: C:\;D:\;...(all drives)
How to realize it?

The idea can be extended to the exclusion of of a network tree

... | \\somePC\someTree\...

It seems to me the natural place of a full path exclusion is in the 'Search in' input.
Search for: *.mp3
Search in: C:\;D:\;...(all drives) | %$MYMUSIC%
The complete improvement will also have to support 'Everything'.
Post Reply