Typo-Tolerant Retrieval

Search normally. Recover intelligently.

V4 keeps V3 indexed full-text search as the primary retrieval path, then activates PostgreSQL trigram similarity when linguistic search cannot recover useful results.

Try

Fuzzy fallback

V4 introduces typo tolerance without replacing full-text search. PostgreSQL first attempts the normal FTS path, then falls back to trigram similarity when needed.

01

Primary search

V3 full-text search remains the preferred retrieval strategy.

02

Detect failure

Fuzzy retrieval activates only when the normal search path cannot satisfy the query.

03

Trigram recovery

Similar character sequences help recover misspelled brands, categories and names.