Changelog/release note for postgres search engine

This commit is contained in:
Karl Hobley 2017-04-12 16:30:25 +01:00
parent e62d67bd73
commit 554ce992da
2 changed files with 14 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changelog
1.10 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Added PostgreSQL search engine (Bertrand Bordage, Jaap Roes, Arne de Laat, Ramon de Jezus)
* Django 1.11 support (Tim Graham, Matt Westcott, Mikalai Radchuk, Bertrand Bordage)
* Dropped Django 1.9 and Python 3.3 support; note that Django 1.8.x is still supported
* Dropped support for generating static sites using django-medusa

View file

@ -10,6 +10,19 @@ Wagtail 1.10 release notes - IN DEVELOPMENT
What's new
==========
PostgreSQL search engine
~~~~~~~~~~~~~~~~~~~~~~~~
A new search engine has been added to Wagtail which uses PostgreSQL's builtin
full-text search functionality. This means that if you use PostgreSQL to manage
your database, you can now get a good quality search engine without needing
to install Elasticsearch.
To get started, see: :ref:`postgres_search`
This feature was developed at the Arnhem sprint by Bertrand Bordage, Jaap Roes,
Arne de Laat and Ramon de Jezus.
Django 1.11 and Python 3.6 support
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~