Skip to content

Releases: devgeniem/redipress

1.4.1

20 May 14:27
Compare
Choose a tag to compare

[1.4.1] - 2020-05-20

Fixed

  • Support for parentheses and pipes in search terms for complicated filtering.

1.4.0

15 May 12:25
Compare
Choose a tag to compare

[1.4.0] - 2020-05-15

Fixed

  • Fix Polylang's localized main queries on multisites by using the language slug in term queries instead of the language term id.
  • Bail early from the indexing function if the given post does not exist.
  • Set the correct post types for 's' queries.
  • A bug where ordering a query by post date would fail in certain conditions.

Added

  • Possibility to use all as a parameter for blog to query all network sites at once.
  • Utility function delete_doc().

Changed

  • Query to be run with FT.SEARCH if nothing in it requires features of FT.AGGREGATE.
  • If multiple write actions are done during one script execution, they will by default be written in disk only once at the end of the execution.

1.3.1

28 Apr 12:51
Compare
Choose a tag to compare

[1.3.1] - 2020-04-28

Fixed

  • Escaping additional field values when the value is "0".

1.3.0

23 Apr 08:34
Compare
Choose a tag to compare

[1.3.0] - 2020-04-23

Added

  • Similar value formatting functionalities to update_value than in the save post action.

Fixed

  • A bug where giving a string or integer value to taxonomy query terms parameter would cause a warning.
  • A bug where 404 page does not work properly.

1.2.1

23 Apr 08:34
Compare
Choose a tag to compare

[1.2.1] - 2020-04-02

Fixed

  • A bug where the indexing of missing posts would not work.

1.2.0

02 Mar 14:21
Compare
Choose a tag to compare

[1.2.0] - 2020-03-02

Added

  • Filters for various query parts to enable query customizations.

1.1.5

18 Feb 07:50
Compare
Choose a tag to compare

[1.1.5] - 2020-02-18

Fixed

  • A bug where the tax query was not parsed in all situations.

1.1.4

14 Feb 13:33
Compare
Choose a tag to compare

[1.1.4] - 2020-02-14

Changed

  • Do not add the Polylang language query for main queries. PLL will handle it.
  • Set query offset firstly from the 'offset' query variable if it is set.

1.1.3

07 Feb 12:23
Compare
Choose a tag to compare

[1.1.3] - 2020-02-07

Changed

  • Fix empty query variable handling.

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.