Skip to content

Commit

Permalink
Initialize on populate
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Dec 4, 2024
1 parent 1525e40 commit 5c04228
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ public function populate($options = [])
$this->config['index']['configuration']['analysis']['char_filter']['diacritics_lowercase'] = $this->loadDiacriticsMappings();
}

// Make sure it's initialized, QubitSearch::disable() gets an instance
// without initialization and it's used in the install/purgue tasks.
$this->initialize();

$this->loadAndNormalizeMappings();

// Display what types will be indexed
Expand Down

0 comments on commit 5c04228

Please sign in to comment.