Releases: devgeniem/redipress
Releases · devgeniem/redipress
1.1.2
[1.1.2] - 2020-02-07
Changed
- Fix empty search string handling.
- Prevent the query builder from handling empty query variables.
1.1.1
1.1.0
[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
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
andupdate_post_term_cache
. - Support for giving own weights for post types, post authors, taxonomy terms and meta values.
- Support for
update_post_meta_cache
andupdate_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
andpermalink
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.