magunz β made their first commit to this issueβs fork.
magunz β made their first commit to this issueβs fork.
magunz β made their first commit to this issueβs fork.
magunz β made their first commit to this issueβs fork.
same as #13 but also amend the submodule wysiwyg_template_core info yml file .
Not sue if this is related but to use this module in D10 you may need this patch as well
@HeikeT MR45 should fix the note #5
magunz β created an issue.
magunz β created an issue.
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'],
I have modified the #25 to implement a 3rd option to delete ALL the related / referring "Media Entities" too.