Is it possible to sort on a tokenized field? For example, I break email address into pieces, i.e.

[EMAIL PROTECTED]

becomes

[EMAIL PROTECTED]
michael.prichard
michael
prichard
email.com
email


so when sorting on this field I get some strange results. Do I need to create another field just for sorting? Or are there other ways to do it?

Thanks!
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to