-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: Search Infrastructure
-
Labels:
-
Fix Priority:3
-
Sprint:Search|S03 Sprint 21|9.1-9.21
Steps to Reproduce:
- On the Search Bar Portlet, click on the kebab > configuration
- Update the Keyword Parameter Name to 'apple' and save
- Search for "test"
- Assert url is http://localhost:8080/web/guest/search?apple=test
- On the Search Bar Portlet update the Keyword Parameter Name again to be 'banana' and save
- Refresh page and search for test
Expected Result:
URL is http://localhost:8080/web/guest/search?banana=test
Actual Result:
URL is http://localhost:8080/web/guest/search?apple=test&banana=test
Note: Every time you change the keyword parameter the new keyword parameter is appended to the end of the older one but if you go to Liferay homepage and search then the URL is correct to the current Keyword Parameter
Reproduced on:
Tomcat 9.0.33 + MySQL 5.7 Portal Master GIT ID: 017df2f5eac8345f1ca13403db9ecd5209ec32d2
- duplicates
-
LPS-115437 Search Bar and Search Results widget: Old friendly URL parameters are not removed after parameter names are changed
- Verified