14 lines
670 B
Diff
14 lines
670 B
Diff
diff --git a/src/Commands/BuildCommand.php b/src/Commands/BuildCommand.php
|
|
index 9024e1e..9024e1e 100644
|
|
--- a/src/Commands/BuildCommand.php
|
|
+++ b/src/Commands/BuildCommand.php
|
|
@@ -38,6 +38,6 @@ class BuildCommand extends Command
|
|
/** Matches Flarum's Search::MIN_SEARCH_LEN — the default minimum query length. */
|
|
public const DEFAULT_MIN_SEARCH_LENGTH = 3;
|
|
/** N-gram bounds for the title autocomplete subfield (not admin-configurable). */
|
|
- private const TITLE_MIN_GRAM = 2;
|
|
- private const TITLE_MAX_GRAM = 15;
|
|
+ private const TITLE_MIN_GRAM = 3;
|
|
+ private const TITLE_MAX_GRAM = 20;
|
|
|
|
protected $signature = 'blomstra:search:index
|