tune title autocomplete edge_ngram bounds

This commit is contained in:
mueh 2026-04-22 12:33:13 +02:00
parent e92307cf16
commit 925ecb0e7c
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class BuildCommand extends Command
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
{action? : build | promote | rollback | discard | mapping | fill}