I am using Search Service to get the documents in a result set.
singleSearchRequest.setResultSetSpec("where=\"OTSubType\":144");
I need to add following conditions to the where clause, but dont know how to frame the query:
1. Get all the documents within creation date range
AND
2. Get all the documents where a custom attribute say type = HRDocument
AND
3. Category applied is not equal to 'HR Info' category