Description
Add a modular search layer to Django projects that can connect application models to different search backends. It helps developers build searchable sites without hard-coding every backend detail into views.
This is a web-development library, not a search engine by itself. Search indexes can expose fields or stale data if configured poorly, so projects should decide exactly what is indexed and who may query it.