Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WCS Search - Search only Placed pages

Brindha SadagopanMay 5 2022 — edited May 5 2022

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!

Comments
Post Details
Added on May 5 2022
0 comments
291 views