Search: filename does NOT end with

How can I search for files that do NOT end with a string?

In my special case I try to find files that were modified today, but do not end with “ulgroup”.

I am trying these queries, without success:

  • modificationDate:Today AND NOT filename:>ulgroup
  • modificationDate:Today filename:!>ulgroup

This isn’t supported at the moment (see Advanced editor for the available options).

My workaround:

extension!=ulgroup modificationDate:Today

Didn’t think DT would know THAT many extensions. That’s why I didn’t think of Extension 'is not' ...

All extensions from all currently opened databases are known and can be used.

1 Like