Could you give an example how your tab is named? Here I tried to name a tab "abc\def" and couldn't find "abc" with QuickSearch eXtended and also TCs internal search doesn't find "abc". If you name the tab "abc > def" instead both searches find "abc".AntonyD wrote: 2023-05-29, 10:19 UTCNothing like this should apply when your plugin is called for this new object - a menu with frequently used directories. In it, the work of the filter should support both the search in the middle and the search with * - because it is only a list of text strings, not objects of the file system.As there is nothing like this Rank, I use only the last part of the path (file or folder) for matching otherwise there could be many irrelevant results.
So this is as intended, as the API misses a rank.
For the plugin there is no difference, if it is called from a file panel (where it is a good idea to strip the path), or if it is called from the tab list. The plugin has no idea if it is in a folder searching for files or if it is searching for tab names.