Regular Expressions in Searching
lanphear says:
Is it possible to use regular expressions while searching? Or is there so language to approximate a wildard search in RTM?
In google for instance, you can search for ski* and it will return items that begin with ski, for instance skies, skiing, etc.
In google for instance, you can search for ski* and it will return items that begin with ski, for instance skies, skiing, etc.
Wildcards don't work, you could try tagContains, see more here: www.rememberthemilk.com/help/answers/search/advanced.rtm
Your example: Try to search for "ski" which returns ski, skies, skiing etc.
Your example: Try to search for "ski" which returns ski, skies, skiing etc.