You are here:
Find a Page Designer Page Using Search Suggestions
You can now implement search suggestion support for Page Designer pages. When a customer starts to enter a search term on the storefront, the storefront application suggests related search terms. And the customer can select from a list of Page Designer pages applicable to the suggested search terms.
Why: This feature allows customers to find a Page Designer page as easily as any other page.
How: Page Designer pages don't reside in folders like other content assets. We implemented a
new setFilteredByFolder() method for the SearchModel API
that allows a developer to disable searching by folders. When setFilteredByFolder() is disabled, search suggestions find content assets not in
folders.
For more information, see Enable Search and Search Suggestions for Page Designer Pages.
