3

Allow to convert multiple search strings to a whole word search


Avatar
Team UltraSearch

I have a lot of filenames to search for in this form:

AA;BB;CC;DD;EE;FF;...

I need to perform a whole-word search for them. To achieve this, I need to surround each search string with double-quotes, which is a lot of work as the list is really long and this is a recurring task.

Idea: Add a button in the edit field (next to the "X") or a context menu entry to achieve this.

A