summaryrefslogtreecommitdiff
path: root/docs/search.py
AgeCommit message (Expand)Author
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
2025-11-07Added support for searching ecosystem and blog entries.Tim Schilling
2025-09-19Replaced search field with generated vector field (#2192)Paolo Melchiorre
2025-04-09Added documentation type filtering to search.Sarah Boyce
2025-02-09Added scroll to text fragment to search.Sarah Boyce
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-09-22Fixed #1211 -- Align the languages supported with PostgreSQL 14Paolo Melchiorre
2022-09-14Fixed #1200 -- Add more languages search support (#1201)Paolo Melchiorre
2022-03-09Updated to Django 3.2.Mariusz Felisiak
2018-06-07Added multilingual documentation search.Paolo Melchiorre
2017-11-22Updated docs search to use PostgreSQL full-text search.Tim Graham
2017-02-14Refs #739 -- Decreased elasticsearch indexing chunk size to try to fix memory...Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-11-29Updated to elasticsearch 5.Tim Graham
2016-02-16Refs #637 -- Reduced streaming_bulk() chunk size.Tim Graham
2016-02-13Fixed #626 -- Prevented a missing search index while rebuilding the docs.Tim Graham
2015-11-16Removed parameter with default valueBaptiste Mispelon
2015-11-16Simplified document serializationBaptiste Mispelon
2015-09-28Removed unnecessary source file encoding declarations.Tim Graham
2015-04-21Removed stale import and sorted importsMarkus Holtermann
2015-04-17Merge branch 'master' of github.com:django/djangoproject.comJannis Leidel
2015-04-17Updated search indexing heavily.Jannis Leidel
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-01Revamp document search.Jannis Leidel