| Transactional Search and Results Pattern Group | Version 2.0.0.0 |
||
| Description |
There are two major categories of search: global and transactional. Global search is located at the top of the page and enables users to search multiple data sources and business objects from a single user interface (UI). Global search does not search live data, but rather searches an index that is created periodically by web crawlers. This pattern set addresses only transactional search. Transactional search comprises SQL-based queries run against the same tables used for data entry. The results of transactional searches are against live data, so there is no time lag between when a change to a record is committed and when it becomes searchable. |
| Patterns Contained in This Group |
| Search | These UI design patterns enable users to perform a real-time search of Oracle Fusion Applications business objects using Application Development Framework (ADF) Query. |
| Search Results | These UI design patterns enable users to display search results for Oracle Fusion Applications business objects using the ADF Table. |
| Shortcutting | This pattern provides a means for users to skip directly to a record when only one result is found when conducting a search. |
| Scope of Transactional Search and Results |
![]() |
| Figure 1. Location of transactional search in the application framework |
| Key Differences Between Transactional and Global Search |
| Transactional | Global | |
Location within UI Framework Page |
Regional or local area |
Global area |
Timeliness |
Up-to-date |
Potentially stale; index must be refreshed periodically |
Data Source |
Live tables representing one Oracle Fusion Applications business object at a time |
Multiple Oracle Fusion Applications business objects, reports and business intelligence metadata, user assistance documentation, and Web Center group space pages, discussions, and tags |
Search Results |
Local area and dialog box |
Global dialog box |
| Related Guidelines |
| Hierarchy Search guideline | See the Hierarchy Search guideline for designing hierarchical search conditions and UI designs for displaying search results in a tree table. |
| Global Search guideline | See the Global Search guideline for designing searchable objects, object groups, and facets (filters) for indexed data search (search applications built with the Enterprise Crawl and Search Framework and Secure Enterprise Search). |
| Search and Query Usage guideline | Guidelines for desiging search UIs and using the ADF Query component |
| Table Usage Guidelines | Guidelines for designing tables and using the ADF Table component. |