How can I use more advanced text search functions?
The Search Settings example just show exact text match examples!
I would like something more advanced, like:
- predefined like in Apple Photos.app
- includes
- does not include
- is
- is not
- is not empty
- starts with
- ends with
- scripting like in Spreadsheets (Google Sheets, MS Excel, etc.)
- LEFT
- MID
- REGEXMATCH
- SEARCH
- wildcard like PostgreSQL
- iLIKE "%.jpg"
- regular expression
- /.+\.jpg$/i