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