Seach Command top right not working Correctly

Hi there,
I am using Version 12.2 x64 Build 6109.
If you have a filename like "front cover.txt" and you search for "cover" the file is found.
If you have a filename like "frontcover.txt" and you search for "cover" the file is Not found.

Can you please look into this.

Thanks,
Yours Faithfully,

    David C. Findlay

I think you need to use wildcards like cover so that it searches for anything that contains those set of characters rather than just the whole word. So try placing an asterisk (*) before and after the text.

The top-right search field is for using Windows Search and should generally act the same as in Explorer (although there are some differences, as the exact details of what Explorer does are undocumented).

We don't actually process the search query ourselves; we just hand it off to Windows and display the results which come back. By the look of it, it's only doing substring matches for whole words unless explicit wildcards are added as akpuggy suggests just above.

On the other hand, if you use Tools > Find Files to open the find panel, everything in there is handled by Opus itself and we have more control over it. Using that with "cover" and the partial matching option turned on should work as you expect.