diff options
| -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",  ] | 
