Hello
I have trying to write a javascript to search a site and count the number of document of a specific aspect and property
aspect rrx:documentType
with
properties : documentSubClass, documentCategory, documentType
var searchStr ="@rrx\:documentType:rrx\:documentType:report";
searchResults = search.luceneSearch("workspace://SpacesStore/1f2c36c0-1bbb-4243-be58-a1274f779a28", searchStr );
When I take the search string out I get results for the correct workspace what should the searchStr string be to search for a specific property of an aspect.