summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/search.txt
AgeCommit message (Expand)Author
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-09-23Refs #25508 -- Used QuerySet.__repr__ in docs/ref/contrib/postgres/search.txt.Jacob Walls
2025-09-16Fixed #28041 -- Added Lexeme expression to contrib.postgres.search.GappleBee
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-08-29Improved example of index on SearchVector in full text search docs.Ilia Peterov
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-01-28Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-03-23Fixed #28194 -- Added support for normalization and cover density to SearchRank.Hannes Ljungberg
2020-03-16Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon
2020-03-03Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg
2019-12-16Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-09-12Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2017-10-17Made SearchQuery examples less sterotyped.Simon Willison
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-07-14Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-05-30Fixed #26684 -- Removed incorrect index example in docs/ref/contrib/postgres/...Christophe Pettus
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-04-22Fix typos in PGFTS docs.Marc Tamlyn
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn