Quick Search Filter (Ctrl + S) , multiple filters

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
santiagoB
Junior Member
Junior Member
Posts: 2
Joined: 2020-06-24, 20:39 UTC

Quick Search Filter (Ctrl + S) , multiple filters

Post by *santiagoB »

Hello,

I would like to be able to quick search/filter using multiple filters.

For example: I would like to list all files of type: dll and exe.

I can use *.dll or *.exe as an expression but I cannot combine them.

The following filter works with FreeCommander: *.dll;*.exe

How can I accomplish this with Total Commander?

Thank you!

sb
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3854
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Quick Search Filter (Ctrl + S) , multiple filters

Post by *sqa_wizard »

Filtering for *.dll;*.exe is not the task of a quick filter.

Use Ctrl-F12 for this purpose and enter *.dll;*.exe
As an extra you get a history with it ...
#5767 Personal license
santiagoB
Junior Member
Junior Member
Posts: 2
Joined: 2020-06-24, 20:39 UTC

Re: Quick Search Filter (Ctrl + S) , multiple filters

Post by *santiagoB »

Great!
Was not aware of that functionality. Exactly what I was looking for. Thx! :-)
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Quick Search Filter (Ctrl + S) , multiple filters

Post by *Hacker »

santiagoB,
With QuickSearch eXtended you could use regular expressions such as:

Code: Select all

?\.dll$|\.exe$
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply