Hi,
We have CAD drawings where we have to perform a content search of Content Server based on the values within multiple attributes of a CAD block. So on a CAD drawing one example looks like “LC-0393” however as “LC” and “0393” are separate attributes they are indexed as separate entities as shown below.

Using the example above:
- If we perform a search in Content Server using the search box at the top right of the GUI using the string “LC%0393” we receive the correct result (2 documents found).
- If we conduct a search through the CWS service using our own software, which generates a search string using “LC%0393”, we get no results returned.
I believe the issue may possibly be down to the ‘%’ symbol being interpreted as “percent-encoding” however I’m not sure the issue is related to the CWS service.
How should a “contains” be declared within the search string? Can a space be used?
Many thanks
Paul