We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5591b69 commit 4c1451fCopy full SHA for 4c1451f
1 file changed
src/Mapping/Filter/WordDelimiter.php
@@ -13,4 +13,21 @@ public function getType(): string
13
return 'word_delimiter';
14
}
15
16
+
17
+ public function key(): string
18
+ {
19
+ return 'customWordDelimiter';
20
+ }
21
22
23
+ public function toArray(): array
24
25
+ return [
26
+ $this->key() => [
27
+ 'type' => $this->getType(),
28
+ 'catenate_all' => TRUE,
29
+ ],
30
+ ];
31
32
33
0 commit comments