Skip to content

Releases: devgeniem/redipress

1.8.1

23 Sep 09:59
a547100
Compare
Choose a tag to compare

[1.8.1] - 2020-09-23

Fixed

  • A bug where saving a post twice during the same execution would result in missing fields during the second save.

1.8.0

11 Sep 10:09
Compare
Choose a tag to compare

[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

17 Aug 09:51
d04ab65
Compare
Choose a tag to compare

[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

23 Jun 14:28
Compare
Choose a tag to compare

[1.6.1] - 2020-06-23

Fixed

  • Incompatibility of the post_type query var with the WP_Query.

1.6.0

17 Jun 11:18
b5077a1
Compare
Choose a tag to compare

[1.6.0] - 2020-06-15

Added

  • Support for author__in, author__not_in, post_parent__in and post_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

10 Jun 09:36
95a60e7
Compare
Choose a tag to compare

[1.5.4] - 2020-06-10

Fixed

  • A bug where post_parent would not be saved for a post.

1.5.3

09 Jun 07:50
Compare
Choose a tag to compare

[1.5.3] - 2020-06-09

Fixed

  • A bug where group by clauses set via filter would not cause an FT.AGGREGATE call on their own.
  • A bug where "posts_per_page" => -1 query argument would result in too few results.

1.5.2

08 Jun 09:37
011b71b
Compare
Choose a tag to compare

[1.5.2] - 2020-06-05

Added

  • A reverse filter for getting the Search class instance.

Fixed

  • A bug where "posts_per_page" => -1 query argument would result in empty result set.

1.5.1

05 Jun 06:33
Compare
Choose a tag to compare

[1.5.1] - 2020-06-05

Added

  • A setting (fallback) to disable the MySQL fallback if no results are found in RediSearch.

Changed

  • Wildcards won't be added to the end of the keywords if the keyword is just one character in length.

1.5.0

05 Jun 06:32
Compare
Choose a tag to compare

[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.