Hello, I am working with the API (Content Web Services 16.2.0) of OpenText Content Server, I am creating a function to perform searches using the SingleSearchRequest class among others, I indicate the query to perform to the setResultSetSpec parameter and everything seems to work fine, when I launch this query
"where1="OTLocation":1234"
returns the information correctly, but when I include it an AND like here:
Query":"where1="OTLocation":1234 AND "OTName":test2.txt"
It does not return any results, I have checked the files and it should return information
Do you know where the problem could be?
Thanks