|
@@ -58,10 +58,6 @@ Here's a list of backends that Wagtail supports out of the box.
|
|
|
The database search backend searches content in the database using the full text search features of the database backend in use (such as PostgreSQL FTS, SQLite FTS5).
|
|
|
This backend is intended to be used for development and also should be good enough to use in production on sites that don't require any Elasticsearch specific features.
|
|
|
|
|
|
-```{versionchanged} 2.15
|
|
|
-`wagtail.search.backends.database` replaces the old `wagtail.search.backends.db` backend which works using simple substring matching only. `wagtail.search.backends.db` is still the default if `WAGTAILSEARCH_BACKENDS` is not specified; `wagtail.search.backends.database` will become the default in Wagtail 2.17.
|
|
|
-```
|
|
|
-
|
|
|
(wagtailsearch_backends_elasticsearch)=
|
|
|
|
|
|
### Elasticsearch Backend
|