Releases: devgeniem/redipress
Releases · devgeniem/redipress
1.4.1
1.4.0
[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 forblog
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
1.3.0
[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
1.2.0
[1.2.0] - 2020-03-02
Added
- Filters for various query parts to enable query customizations.
1.1.5
1.1.4
[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
[1.1.3] - 2020-02-07
Changed
- Fix empty query variable handling.
1.1.2
[1.1.2] - 2020-02-07
Changed
- Fix empty search string handling.
- Prevent the query builder from handling empty query variables.