Wildcards in custom field searches

I am currently performing a search on a custom field like so:

‘CF.{Serial Numbers}’ LIKE ‘655’

This obviously searches through the custom field “Serial Numbers”.

Unfortunately information often gets put in the wrong place and locating
it can be difficult.

Is it possible to use a wildcard (or other simple method) to search
through all custom fields? For example:

‘CF.{%}’ LIKE ‘655’ (I tried this but it didn’t work)

thanks
Gordon

There is no way to use a wildcard instead of field name. Use patterns
to check input and avoid misplacing of info.On Fri, Nov 7, 2008 at 2:38 AM, gordon@cryologic.com wrote:

I am currently performing a search on a custom field like so:

‘CF.{Serial Numbers}’ LIKE ‘655’

This obviously searches through the custom field “Serial Numbers”.

Unfortunately information often gets put in the wrong place and locating
it can be difficult.

Is it possible to use a wildcard (or other simple method) to search
through all custom fields? For example:

‘CF.{%}’ LIKE ‘655’ (I tried this but it didn’t work)

thanks
Gordon


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Best regards, Ruslan.