Releases: devgeniem/redipress
Releases · devgeniem/redipress
1.16.2
1.16.1
2.0.0
[2.0.0] - 2023-01-13
Added
- Geolocation field functionality for both posts and users.
Changed
- The required RediSearch version is from now on at least 2.2.1.
- Ability to drop and create the index without having to delete all data first.
- A lot of changes in the filter names clarifying which index or search (i.e. posts or users) the filters are modifying.
1.14.0
[1.14.0] - 2021-12-02
Added
redipress/taxonomies
filter for the ability to select which taxonomies are indexed for which post.
Fixed
- A bug where taxonomy terms didn't get deleted from a post's index.
- Running index from the admin side.
- Querying tags that contain dashes.
1.13.0
[1.13.0] - 2021-09-24
Added
escape_parentheses
setting for the user to choose whether to escape parentheses in search queries or not.- User locale field for the ability to query users by their locale.
Fixed
- A bug where setting order by to relevance would cause the query not to work.
1.12.0
1.9.1
1.9.0
[1.9.0] - 2020-12-16
Added
- The ability for 3rd party addons to fetch the ID of the post being currently indexed.
Changed
post_author
field changed from Numeric to Text. REQUIRES INDEX RECREATION AND REINDEXING- Polylang integration to query all languages if empty
lang
string is given.
Fixed
author
parameter queries.