Skip to content

Commit 94edd2e

Browse files
committed
Fix highlighting fields (case sensitivity)
1 parent 225cfa7 commit 94edd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kitconcept/solr/profiles/default/registry/kitconcept.solr.interfaces.IKitconceptSolrSettings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
],
2929
"highlightingFields": [
3030
{"field": "content", "prop": "highlighting"},
31-
{"field": "title", "prop": "highlighting_title"},
32-
{"field": "description", "prop": "highlighting_description"}
31+
{"field": "Title", "prop": "highlighting_title"},
32+
{"field": "Description", "prop": "highlighting_description"}
3333
],
3434
"searchTabs": [
3535
{

0 commit comments

Comments
 (0)