diff options
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 |
commit | 4673cdb4c55ba2f2361b221f0ec24852994bc89a (patch) | |
tree | 772aa921ec850581b243100fb3a42c0d621c3913 | |
parent | 2f82de03d2cade2664c3e403a47b3274839ff1ea (diff) | |
download | Ishtar-4673cdb4c55ba2f2361b221f0ec24852994bc89a.tar.bz2 Ishtar-4673cdb4c55ba2f2361b221f0ec24852994bc89a.zip |
New version
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | 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(): |