Code: Select all
case:ABC
regex:ABC
Code: Select all
regex:"^ABC"
regex:"[A-Z]"
Tested in v1.4.0.713b and v1.4.1.787b, in Windows 7 x64.
(I realise that Bookmarks are generally a better fit for complex saved searches.)
Code: Select all
case:ABC
regex:ABC
Code: Select all
regex:"^ABC"
regex:"[A-Z]"
Code: Select all
search '' filter 'regex:"[A-Z]"' sort 5
Thanks for the notes.void wrote:The filter search works exactly the same way as your normal search does.
The filter search options, such as match case work exactly the same as a normal search does with enabling a search option from the Search menu.
Modifiers can be used exactly the same as a normal search.
Good theory, but nope.void wrote:All are working correctly here, have you set a filter or bookmark to use case or regex as a macro?
Ah, I see the issue. A filter search like:void wrote:What is displayed in the Debug console?
Code: Select all
case:regex:"^[A-Z]"
Code: Select all
search '' filter 'case:regex:"^[A-Z]"' sort 2
Code: Select all
search 'nocase:nopath:nowholeword:nodiacritics:noregex:<case:regex:"^[A-Z]" >' filter '' sort 2
Everything now uses:search 'nocase:nopath:nowholeword:nodiacritics:noregex:<case:regex:"^[A-Z]" >' filter '' sort 2