summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-06-01 14:13:28 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-06-01 14:13:28 +0200
commita12137ccfd943ffe92b29e787cea46c9ba7b2d68 (patch)
tree772aa921ec850581b243100fb3a42c0d621c3913
parentb2c549be8eaa0982de2e575d7f032b0bf9f71b8e (diff)
downloadIshtar-a12137ccfd943ffe92b29e787cea46c9ba7b2d68.tar.bz2
Ishtar-a12137ccfd943ffe92b29e787cea46c9ba7b2d68.zip
New version
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
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():