From 4673cdb4c55ba2f2361b221f0ec24852994bc89a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 1 Jun 2021 14:13:28 +0200 Subject: New version --- CHANGES.md | 7 +++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e8acd2cfa..b3c898e70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ Ishtar changelog ================ +### Features ### +- JSON search: boolean field search +- Import: cleaner layout for match template +- Custom index - document: operation_source_type_code, index by operation and source_type code + +### Bug fixes ### +- Search vector field always first field v3.1.24 - 2021-05-25 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f4c5beed5..a940d04ed 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.24 -VERSION = (3, 1, 24) +# 3.1.25 +VERSION = (3, 1, 25) def get_version(): -- cgit v1.2.3