Releases: devgeniem/redipress
Releases · devgeniem/redipress
1.8.1
1.8.0
[1.8.0] - 2020-09-11
Added
- Ability to query taxonomy slugs over multiple multisite blogs.
- Ability to use taxonomy queries as parts of meta query.
- Setting for disabling adding post author's display name to post's search index.
Changed
- Updated dependency libraries PDFparser and PHPWord to latest versions.
- Run database save, if wanted, after indexing all posts.
Fixed
- A bug in the Polylang integrations regarding multisite queries.
[1.7.1] - 2020-08-19
Fixed
- A bug regarding the search index string of custom fields.
1.7.0
[1.7.0] - 2020-06-23
Changed
- Singular post resolving to use WP_Query instead of our own implementation.
- Indexing additional fields to use custom static functionality instead of the previous filter-based approach.
- Make the default stop words list to be empty. It can be altered or returned to RediSearch default list via a filter.
- Define
WP_IMPORTING
constant when indexing.
1.6.1
1.6.0
[1.6.0] - 2020-06-15
Added
- Support for
author__in
,author__not_in
,post_parent__in
andpost_parent__not_in
WP_Query arguments. - Support for WP_Query's
fields
argument.
Fixed
- REST API compability.
- A bug where empty post content could cause some posts not to be indexed.
- A bug regarding WP_Query calls with
'post_type' => 'any'
. - A bug where wrong posts with the post name in a hierarchical post type would sometimes be returned.
- Wrong number of results were shown in the DustPress Debugger.
- A bug where main query lang taxonomy query failed in certain circumstances.
- A bug where the response formatting function crashed with non-key-value lists.
- A bug where query_var value 0 resulted in skipping the query.
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
[1.5.0] - 2020-06-01
Added
- Changed the default scorer for relevancy searches to DISMAX and added a filter (
redipress/scorer
) for changing that. post_mime_type
field to the core schema and the functions to support querying it.
Fixed
- Singular view main queries where there is
paged
parameter present at the same time.