We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b36823 commit 5b67ca1Copy full SHA for 5b67ca1
Setup/Patch/Data/MigrateSuggestionsConfigPatch.php
@@ -41,7 +41,7 @@ protected function moveIndexingSettings(): void
41
$whereConfigPathFrom = $connection->quoteInto('path = ?', AutocompleteHelper::NB_OF_QUERIES_SUGGESTIONS);
42
$select = $connection->select()
43
->from($configDataTable)
44
- ->where($whereConfigPathFrom);
+ ->where('path = ?', AutocompleteHelper::NB_OF_QUERIES_SUGGESTIONS);
45
$existingValues = $connection->fetchAll($select);
46
47
foreach ($existingValues as $item) {
0 commit comments