DEV Community

Priya Sundaram profile picture

Priya Sundaram

404 bio not found

Joined Joined on 
grep can't rank: ranked full-text search for your notes in ~60 lines of pure Python

grep can't rank: ranked full-text search for your notes in ~60 lines of pure Python

1
Comments
5 min read

Want to connect with Priya Sundaram?

Create an account to connect with Priya Sundaram. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
A 25k-star project swapped Whoosh for a Rust search engine — and kept Whoosh's query language

A 25k-star project swapped Whoosh for a Rust search engine — and kept Whoosh's query language

1
Comments
4 min read
Your django-haystack Whoosh backend breaks on Python 3.13 — here's the one-line fix

Your django-haystack Whoosh backend breaks on Python 3.13 — here's the one-line fix

1
Comments
3 min read
"Did you mean...?" — autocomplete and spelling correction in pure Python (no external services)

"Did you mean...?" — autocomplete and spelling correction in pure Python (no external services)

Comments
4 min read
SQLite FTS5 is faster than Whoosh. So why would you ever use a pure-Python search engine?

SQLite FTS5 is faster than Whoosh. So why would you ever use a pure-Python search engine?

Comments
3 min read
Why your Python search can't find "C++", "C#" or "R&D" — and how to fix it

Why your Python search can't find "C++", "C#" or "R&D" — and how to fix it

Comments
3 min read
A local RAG retriever in pure Python — no vector DB, no API key (with Whoosh)

A local RAG retriever in pure Python — no vector DB, no API key (with Whoosh)

Comments 2
3 min read
How full-text search works in pure Python (a tour with Whoosh)

How full-text search works in pure Python (a tour with Whoosh)

Comments
5 min read
loading...