-Search is too wide even with quotes

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Lu
New Member
New Member
Posts: 1
Joined: 2013-11-21, 12:09 UTC

-Search is too wide even with quotes

Post by *Lu »

Need to find only bin folders
But search for the "bin" string (with quotes) returns not only bin folders but also "Databinding", "binary" and so on

Is it a bug or I use search in a wrong way. If so - how can I search for bin folders only?
User avatar
EricB
Senior Member
Senior Member
Posts: 357
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Hi Lu,

Indeed Search on the General tab is a bit greedy. Use the Plugins tab and set tc.name (or fullname) = bin. If necessary you can combine this with a rule tc.directory = Yes to find only folders and no files with the same name.

Regards, EricB
User avatar
HolgerK
Power Member
Power Member
Posts: 5409
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Search for:

Code: Select all

bin.
F1 wrote:When the search string contains a dot, Total Commander will look for the exact name match.
Regards
Holger
fleggy
Junior Member
Junior Member
Posts: 97
Joined: 2011-10-20, 07:00 UTC

Post by *fleggy »

@Holger> Nice trick :) I used slower regex ^bin$
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: -Search is too wide even with quotes

Post by *white »

Lu wrote:Need to find only bin folders
But search for the "bin" string (with quotes) returns not only bin folders but also "Databinding", "binary" and so on

Is it a bug or I use search in a wrong way. If so - how can I search for bin folders only?
See here what turns exact matching on:
http://ghisler.ch/board/viewtopic.php?p=270045#270045
Post Reply