6.4 Showing Search Results in Other Regions
You can use the dedicated SEARCH API to present results
from search configurations in any region. However, when the user filters data with a Faceted
Search, Smart Filters, Interactive Report, or Interactive Grid, showing the filtered results
in another region requires a different approach.
- Custom Unified Search Experience
The Search region manages a search field and displays results using result row templates. When this region's user interface doesn't meet your requirements, you can build a custom search experience using theSEARCHfunction in theAPEX_SEARCHpackage. - Showing Filtered Data in Another Region
To show one region's data in another region, you can reference the primary keys of a source region's search results in another region's query orWHEREclause. Whenever the source region's results change, a dynamic action can automatically refresh the target region.
Parent topic: Enhancing Search for End-Users