Thanks, this works, mostly. Looking for underscore (*_*) or for at-sign (*@*) works as expected. Looking for a question mark (*?*) however returns all items. Presumably this is saying in regex terms "get all items with at least one character in them"?
Additionally I would like to search for the asterisk - but obviously this is going to have problems. I assume for the same reasons as with the question mark - ie its regex meaning. I wouldn't expect UR to go the length of letting you escape characters in searches!
Anyway it's useful as-is, cheers.
David F.
|