From da386f96bb685e1d0481fc638916ae9f74128c8f Mon Sep 17 00:00:00 2001 From: priya-sundaram-dev Date: Fri, 11 Sep 2026 09:18:19 +0000 Subject: [PATCH] Add whoosh3 to Search (pure-Python embedded full-text search) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff06e0271..a14569b5a1 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,7 @@ _Libraries and software for indexing and performing search queries on data._ - [opensearch-py](https://github.com/opensearch-project/opensearch-py) - The official low-level Python client for [OpenSearch](https://opensearch.org/). - [meilisearch](https://github.com/meilisearch/meilisearch-python) - The official Python client for the [Meilisearch](https://www.meilisearch.com/) search engine. - [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django. +- [whoosh3](https://github.com/priya-sundaram-dev/whoosh) - Fast, pure-Python full-text search you embed directly in your app, with no server or extra services ([Whoosh](https://github.com/whoosh-community/whoosh) fork). ### Serialization