-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 3.1.0
-
Component/s: Web UI
-
Release Notes Summary:Search is launched with the current fulltext input after disabling auto search on the default search form
-
Tags:
-
Backlog priority:700
-
Sprint:UI COOLDOWN - 2024-6
-
Story Points:3
After disabling auto search on nuxeo-default-search-form, the fulltext input is only applied when pressing the enter key - it should also be applied when clicking the Search button.
Steps to Reproduce:
- Include the following in your custom *-bundle.html file to disable auto search on the Default search form:
<!-- Disable auto on default search --> <nuxeo-slot-content name="defaultSearchMenuPage" slot="DRAWER_PAGES"> <template> <nuxeo-search-form name="defaultSearch" search-name="default" provider="default_search" schemas="dublincore,common,file,uid" ></nuxeo-search-form> </template> </nuxeo-slot-content>
- Navigate to Default search drawer button.
- Fill the Full Text input widget with a value
- Click the Search button without pressing the enter key beforehand
Expected result: fulltext input is applied and search returns corresponding results.
Actual result: fulltext input is not applied, search is executed with prior parameters.
There are no Sub-Tasks for this issue.