While I do thank you for the information on this and the makeresults item this is not going to assist in what I am trying to accomplish. The multiselect field is not really an option because what we are search for is any IP address or hostname out of thousands of servers and some of those names might not be in data sources that I would reference for the field. Furthermore, we are going to be pulling these names from other sources as lists and putting those names we are specifically looking for into the single string search field to determine the information; i.e. the string we will use will be as follows
computer1,computer2,computer3
and I need it to be parsed from that string to the following search specifications from the string
src=computer1* OR src=computer2* OR src=computer3*
Thanks for the suggestion though.
... View more