diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-02 11:13:28 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-02 11:13:28 +0100 |
commit | 078424d6ca6fc9b84b6d566855234a72b7c5eef1 (patch) | |
tree | 5f148a291d2d23090b6f41612facf9e9e2034b90 | |
parent | 2308424339d0e3fa81ac3848decbf1d59f52780c (diff) | |
download | Ishtar-078424d6ca6fc9b84b6d566855234a72b7c5eef1.tar.bz2 Ishtar-078424d6ca6fc9b84b6d566855234a72b7c5eef1.zip |
Document - source type is now a hierarchic search (refs #4512)
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/views_item.py | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 19a06b447..1475004f5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,7 +28,10 @@ Ishtar changelog - add french_archeo thesaurus config ### Bug fixes ### -- Search: Fix many excluded search +- Search: + - fix many excluded facet + - improve many facet query + - Document - source type is now a hierarchic search - Find form: remove TAQ/TPQ check - Sheet: fix treatment and file treatment sheet display (bad QR code link) - File: filter plan action when preventive_operator is activated in profile diff --git a/ishtar_common/views_item.py b/ishtar_common/views_item.py index d4f0c339d..6f9372dc7 100644 --- a/ishtar_common/views_item.py +++ b/ishtar_common/views_item.py @@ -534,6 +534,7 @@ HIERARCHIC_FIELDS = [ "material_type", "conservatory_state", "object_types", + "source_type", ] |