[BUG] can't search for two directory names at once
Moderators: Hacker, petermad, Stefan2, white
[BUG] can't search for two directory names at once
If I search for directories named debug I get results.
If I search for directories named release I get results.
Now if I search for directories named "debug; release" (without the quotes) I get no results!
(Searching for "debug release" also doesn't work.
Am I doing something wrong or is this a bug? (I'm using TC 7.01).
If I search for directories named release I get results.
Now if I search for directories named "debug; release" (without the quotes) I get no results!
(Searching for "debug release" also doesn't work.
Am I doing something wrong or is this a bug? (I'm using TC 7.01).
Last edited by compie on 2008-02-26, 12:09 UTC, edited 1 time in total.
Thanks for this interesting solution/workaround, icfu.
BTW, a single dot after only one of the names would be enough, so these phrases also work (here):
BTW, a single dot after only one of the names would be enough, so these phrases also work (here):

debug. release
debug release.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
I think the semicolon is a good separator. If you wish to search for it anyway it should be possible to escape it.icfu wrote:Search for: debug. release.
It's not a bug – it's TC.Am I doing something wrong or is this a bug?
(Besides that the semicolon of course doesn't make sense as a separator even in a normal file manager, because it's an allowed char in filenames...)
Icfu
I consider this to be a bug in TC and I don't understand why including a point makes it work.
It's not a workaround, it's the way ghisler has designed the search to work. He has explained it here in detail (German):Thanks for this interesting solution/workaround, icfu.
http://www.ghisler.ch/board/viewtopic.php?p=78777#78777
As you can see, two years later the alternative searching styles have not been implemented unfortunately...
Icfu
This account is for sale
And once in english (a little shorter): http://ghisler.ch/board/viewtopic.php?p=37806#37806icfu wrote:He has explained it here in detail (German):
http://www.ghisler.ch/board/viewtopic.php?p=78777#78777
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
Use regular expressions.
Code: Select all
^(debug|release|___win32_release)$