-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP22, 7.0.0 DXP SP4, 7.0.0 DXP FP28, 7.0.X EE, 7.0.4 CE GA5, 7.1.X, Master
-
Component/s: Performance, Search Infrastructure
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Disable search highlighting by default and make if configurable in search portlet (enabled by default).
Steps
- Sign in.
- Add some kind of content.
- Searching for the content in the static search portlet should have highlighting.
- Click drop down from search > Configuration > Other Settings.
- There should be a new "Enable Highlighting" option, checked by default.
- Uncheck and save.
- Should be unchecked.
- Searching for the content in the static search portlet content should not have highlighting.
- Reenabled highlighting and save.
- Searching for the content should have highlighting.
- Uncheck and save.
Currently highlighting is always enabled unless changing the global portal.property:
index.search.highlight.enabled
This causes poor performance with searches that do not use search highlighting. The global property will be set to false after this change.
- is related to
-
LPS-73202 Disable search query indexing global default but still enabled have it enabled by default in the search portlet
- Closed
-
LPS-73203 Disable search query suggestion global default but still enabled have it enabled by default in the search portlet
- Closed
- Testing discovered
-
LPS-73586 Add highlight portlet configs and remove highlight property
- Closed