-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.2
-
Fix Version/s: 7.4
-
Component/s: Content Views
-
Tags:
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxNag Sprint 7.4.4
-
Story Points:3
When accessing the search tab for the first time, the rendering of results trigger a search that presents all documents.
Some users would rather wait for the search filter form to be submitted at least once for this search to be triggered.
This can be handled by detecting if user has already clicked on "filter" at least once. Display of results should also be adapted when search has not been performed yet.
The content view accepts a boolean property for this behaviour, as well as a customizable sentence to display when no result is shown because of this setting:
<contentView name="myContentView"> <waitForExecution>true</waitForExecution> <waitForExecutionSentence>label.search.waitForExecution</waitForExecutionSentence> </contentView>
New API ContentView#isWaitForExecution(), ContentView#isExecuted(), ContentView#getWaitForExecutionSentence() can be used to adapt display.
- is related to
-
NXP-15362 Allow showing only the filter form in content view widget
- Resolved
- is required by
-
NXP-17970 Re-enable aggregates on default search
- Resolved
-
NXP-17958 Fix excel export of search content views when waiting for execution
- Resolved
-
NXS-2867 Allow defining the "wait for execution" behavior on content views
- Resolved
-
NXP-17900 Use the new boolean option for not firing a search by default on acls search screen
- Resolved