From 69ba134ac24c5a94f6d2a4c0104a1cc75ae41581 Mon Sep 17 00:00:00 2001 From: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 24 Feb 2021 16:54:19 +1300 Subject: [PATCH] FIX: Always store the default field to support highlighting Fixes #249 --- src/Solr/SolrIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Solr/SolrIndex.php b/src/Solr/SolrIndex.php index 3d46e0e..efbcd7e 100644 --- a/src/Solr/SolrIndex.php +++ b/src/Solr/SolrIndex.php @@ -203,7 +203,7 @@ abstract class SolrIndex extends SearchIndex // Add the fulltext collation field $df = $this->getDefaultField(); - $xml[] = "" ; + $xml[] = "" ; // Add the user-specified fields