Dear @Christian, can you please clarify if the current behavior is intended?Samuel wrote: 2023-05-30, 10:11 UTC The TC quick search plugin is used to:
- 1. filter the file panels
- 2. filter search results in file panels
- 3. TC11: filter the list of open tabs
- 4. TC11: filter the list of recently visited directories
a) A folder like "C:\abc" is given to the plugin as "abc" when searching for "a" in the place 3.
b) A folder like "C:\abc" is given to the plugin as "C:\abc" when searching for "a" in the places 1, 2, 4.
c) A folder like "C:\abc" is given to the plugin as "C:\abc" when searching for "*a" in the places 1, 2.
d) A folder like "C:\abc" is given to the plugin as "C:\abc\" when searching for "*a" in the places 3, 4.
(d) sounds like a bug to me. It results into QuickSearch eXtended 2.9.9 thinking there is an empty file name, finding nothing when searching for a string starting with "*".