Account created on 1 May 2013, over 11 years ago
#

Merge Requests

Recent comments

πŸ‡³πŸ‡ΏNew Zealand magunz

magunz β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡ΏNew Zealand magunz

magunz β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡ΏNew Zealand magunz

magunz β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡ΏNew Zealand magunz

magunz β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡ΏNew Zealand magunz

same as #13 but also amend the submodule wysiwyg_template_core info yml file .

πŸ‡³πŸ‡ΏNew Zealand magunz

Not sue if this is related but to use this module in D10 you may need this patch as well

πŸ‡³πŸ‡ΏNew Zealand magunz

@HeikeT MR45 should fix the note #5

πŸ‡³πŸ‡ΏNew Zealand magunz

I confirming that: Renaming "querytime_synonyms" to "default" fix the problem

diff --git a/src/Event/SynonymsSubscriber.php b/src/Event/SynonymsSubscriber.php
index 829bc4e..56e4713 100644
--- a/src/Event/SynonymsSubscriber.php
+++ b/src/Event/SynonymsSubscriber.php
@@ -26,7 +26,7 @@ class SynonymsSubscriber implements EventSubscriberInterface {
         'lenient' => TRUE,
         'synonyms' => array_map('trim', $synonyms),
       ];
-      $settings['analysis']['analyzer']['querytime_synonyms'] = [
+      $settings['analysis']['analyzer']['default'] = [
         'type' => 'custom',
         'tokenizer' => 'standard',
         'filter' => ['lowercase', 'asciifolding', 'synonyms'],
πŸ‡³πŸ‡ΏNew Zealand magunz

I have modified the #25 to implement a 3rd option to delete ALL the related / referring "Media Entities" too.

Production build 0.71.5 2024