Hi,
We have WCS12c and we have WCS Search in place. I am using in-built newSearcher() function to search the pages -
def results = newSearcher()
.from("Page","StandardPage")
.searchFor(querystring)
This is working fine but it is getting all the pages created in Placed and UnPlaced pages in the site nav. How to make it work to search only Placed pages ?
Thanks as always!