August 2026
Similar-name divider in Freeform search NEW
- Freeform search now draws a “similar names” divider at the point where results stop containing what you typed. Freeform is fuzzy by design — once the real matches run out it keeps going with typo-distance and related names (searching
vizag reaches Visakhapatnam businesses that never contain the word). Those results are still useful, they were just indistinguishable from the exact ones
- Results are grouped so there is exactly one crossover: everything containing your keyword first — in Meilisearch’s own relevance order — then everything else below the line
- Punctuation no longer hides a match:
vizag-hotels and vizag.online both count as containing vizag
- The structured modes (Anywhere, Starts with, Ends with, Exact, Pattern) are already substring-constrained, so no divider appears there — nothing to separate
- 74.2M domains indexed
Late July 2026
Pattern search & developed-site filter NEW FIX
- New Pattern mode — structural search by shape rather than spelling:
L=letter, N=number, C=consonant, V=vowel, *=any character, with an optional .tld. Try LL**.in, lnln, or cvcv.com
- Pattern results now paginate properly instead of stopping at the first page
- New Developed toggle — restrict results to names that resolve to a real site rather than a parking page
- Fixed the ×N extension badge vanishing on some results while showing on their siblings — the count is now reconciled across all extensions of the same name
- Mobile layout fixes
- The homepage now starts empty and waits for a search instead of showing a default result set
July 2026
v2 Interface — keyword landscape & cleaner results NEW FIX
- Keyword landscape bar — exact-match extension coverage at a glance: which TLDs are captured, how many extensions the name is registered across, and how many similar names exist
- Cleaner result cards — removed the blur/dimming and border on non-exact matches; every thumbnail is now full clarity with a small EXACT badge marking true matches
- Thumbnails now fill the card edge-to-edge (no side gap)
- Richer cards — ×N badge (registered across N extensions), developed-site highlighting, and screenshot capture age
- Paste-proof search — capital letters and Unicode look-alikes (fullwidth, Cyrillic/Greek) no longer break matching ("Rukhad" now finds rukhad)
- Shareable search URLs (
/?q=keyword) + search-engine structured data
- Committed searches (Enter) now trigger background deep-discovery scans that grow the index around your keyword
- Analytics rebuilt — typing fragments collapsed into final search strings, zero-result gap tracking, daily visitors
- 69M+ domains indexed (up from 27M)
June 2026
Advanced search operators NEW FIX
intitle: fixed — now searches page titles on its own (e.g. intitle:academy)
- New
ext:>N — find SLDs registered across N+ extensions (e.g. ext:>5)
- New
bucket:developed|active|basic|minimal — filter by site-content level
- New
sort:newest|oldest|short|long|entropy|ext — e.g. recently captured first
- Deeper results — pagination raised 1,000 → 10,000
- 27M+ domains indexed
March 2026
v1.5 — Meilisearch Integration PERF
- Switched from SQLite FTS5 to Meilisearch for sub-10ms search
- Added freeform mode for fuzzy full-text search
- Indexed page titles, CMS, and metadata
- 7.9M → 9.5M domains indexed