Spellcheck Corrects Every Misspelled Word, and Relevancy Defaults Move to Flexible Minimum Match

· Search · Bug Fix · All updates

Two changes to what a mistyped or long query returns: spellcheck now corrects the whole query, and the default matching rule adapts to query length.

01 "Did you mean?" corrects the whole query

Spellcheck suggestions previously corrected only a single word. A query like downloda invoicesr came back suggesting download and left the second mistake in place, which is not a query anyone would want to run.

Before

downloda invoicesrdownload

After

downloda invoicesrdownload invoices

Every misspelled word is now corrected and the full corrected query is shown. This works across all Search pages, including hybrid vector search.

02 Flexible minimum match by default

The default relevancy setting is now Flexible minimum match, which varies the strictness by query length instead of applying one rule to everything.

Query lengthMatching
1–2 wordsAll terms must match
Longer queriesPartial matches allowed, for better recall

In practice this means more results by default, particularly for longer natural-language searches, while a short two-word query stays as precise as it was.

Per-index Search Tuning overrides are unaffected. If you have set a value yourself, it stands.
View the full changelog