Skip to content

Releases: devgeniem/redipress

1.1.2

07 Feb 08:28
Compare
Choose a tag to compare

[1.1.2] - 2020-02-07

Changed

  • Fix empty search string handling.
  • Prevent the query builder from handling empty query variables.

1.1.1

06 Feb 13:51
Compare
Choose a tag to compare

[1.1.1] - 2020-02-06

Changed

  • Always add an asterisk at the end of each search keyword to better mimic WordPress native behaviour.

1.1.0

05 Feb 09:05
Compare
Choose a tag to compare

[1.1.0] - 2020-02-05

Added

  • A way to give a document ID for custom posts with index all feature.

Changed

  • Sortby fields are no longer added into groupby clause but only in the return fields lists with a FIRST_VALUE reducer by default.

Fixed

  • A bug with the main query when there is a page and one or more other posts with the same post_name.

1.0.1

31 Jan 10:20
ec3e6a5
Compare
Choose a tag to compare

First stable version

Changelog below addresses changes compared to the last pre-release version 0.2.0.

[1.0.1] - 2020-01-31

Added

  • This changelog adhering to the 'keep a changelog' standard.
  • Nonscalar fields are serialized before storing them to the index.
  • Support for update_post_meta_cache and update_post_term_cache.
  • Support for giving own weights for post types, post authors, taxonomy terms and meta values.
  • Support for update_post_meta_cache and update_post_term_cache.
  • doc, rtf, odt, pdf & docx support
  • Index management in admin
  • wp redipress index missing command for indexing only posts that do not exist in the search index already.
  • A reverse filter for getting the Index class instance.
  • A method for deleting indexed items by a field name and matching value.
  • A way to index only certain posts via the CLI commands.

Changed

  • The index creation is now run on the init hook with a priority of 1000. This allow various dependencies to execute before RediPress indexing.
  • Removed post_object and permalink from the index as they are never queried.
  • Getting the document id for posts with a custom document id.

Fixed

  • String escaping fixed for post data indexing.
  • A bug in user creation if the user query setting was disabled.

0.0.7

31 May 06:22
Compare
Choose a tag to compare

Release notes.

  • Support for WP_Query parameter post_parent.
  • Hotfix for tax-query.

0.0.2

09 Apr 12:57
884aa39
Compare
Choose a tag to compare

Performance enhancements and meta_query functionalities.

0.0.1

08 Apr 19:42
6e7f41a
Compare
Choose a tag to compare

The initial beta release.