We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8367 commit d759a79Copy full SHA for d759a79
lib/API/Values/Content/Query/Criterion/FullText.php
@@ -68,6 +68,22 @@ class FullText extends Criterion implements FulltextSpellcheck
68
*/
69
public array $metaFieldsBoost = [];
70
71
+
72
+ /**
73
+ * Additional parameters for the search engine.
74
+ *
75
+ * This can be used to pass additional parameters to the search engine
76
77
+ * ```php
78
+ * [
79
+ * 'mm' => '1<3 3<75% 7<4',
80
+ * ]
81
+ * ```
82
83
+ * @var array<string, mixed>
84
+ */
85
+ public array $additionalParameters = [];
86
87
/**
88
* @param array<string, mixed> $properties
89
0 commit comments