Hi,
I’ve been combing through documentation looking for references on how to use wildcards when searching regions with the Content Server search service, but I’m not having much luck finding an example that does what I need. We have an application that uses Content Server’s search service. It basically just constructs a query based off multiple regions and performs the search. It works fine when the region value is an exact match, but our users are requesting that one of our regions allow for wildcards. I’ve seen in documentation that this is possible, but I haven’t found any examples of what the query should look like.
Here is a SingleSearchRequest.ResultSetSpec (where clause) constructed by our application:
where1=(\"OTSubType\":144&boolean1=and&where1=”<Attr_2391502_6>””15243”&lookFor1=otstarts
It properly pulls up the document matching that criteria, but I need to be able to use wildcards to allow values similar to “152*” or “*524*”. Could someone please explain how this should be done? Thanks for taking the time to read this. I really appreciate any help I can get.
Thanks,
Glen Elder