c:\temp
C:\Temp\horses
C:\Temp\dogs
C:\Temp\cats
C:\Temp\houses
C:\Temp\cars
I would have to type full paths for the
path-list
eating
Code: Select all
path-list:<C:\Temp\dogs;C:\Temp\cats;c:\Temp\horses> eating
Code: Select all
dir:name:<cats|horses|dogs>
dir:name:<cats|horses|dogs>
Code: Select all
<dir:name:<cats|horses|dogs>> eating
<path-list:dir:name:<cats|horses|dogs>> eating
path-list:dir:name:<cats|horses|dogs> eating
This example I am providing is trivial and can easily be accomplished with standard search, what I am looking for is the precise advantage of
path-list
Something like recursively searching inside what has been found
Any help would be greatly appreciated!