Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
ERM Sprint 151
-
Bienenvolk
-
Nolana (R3 2022)
-
Implementation coding issue
Description
Overview:
If you enter text into the search box and uncheck all the field boxes (Name, Alternative name, Description) a search is carried out with no match parameter value
Steps to Reproduce:
- Open the developer console network tab
- Open Agreements search
- Enter a term in the test search box and click search - observe search carried out correctly with match parameters `match=name&match=alternateNames.name&match=description`
- Check "Name" option - observe search carried out with parameter `match=name`
- Uncheck "Name" option - observe search carried out with no value set for `match=`
Expected Results:
the search carried out when you uncheck the name option should be have the match parameters `match=name&match=alternateNames.name&match=description`