How Search Works

Understanding each search mode

Live examples below use birth date 1990-01-01 to limit results to a manageable set. Toggle filters on/off to see rows added or removed.

Exact

PREFIX

Searches for names starting with 'ALE' and 'RAMIRE'

Phonetic

SOUNDEX

Soundex matches names that sound like 'ALEX RAMIREZ'

Phonetic

DM

DM finds names that sound like 'ALEX RAMIREZ' (Slavic/Germanic variants)

Fuzzy

LEGACY,LEVENSHTEIN

Levenshtein allows up to 2 edits from 'ALE RAMIREZ'

Fuzzy

TRIGRAM

Trigram ranks by character overlap with 'ALEX RAMIREZ'

Combo

SOUNDEX,LEVENSHTEIN

Soundex finds broad matches, Levenshtein narrows to typos

Combo

DM,LEVENSHTEIN

DM + Levenshtein: better for Slavic/Germanic names