diff --git a/CHANGELOG.md b/CHANGELOG.md index 1226ee1..c4d44e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [UNRELEASED] + +### Fixed + +- Fix tag search + ## [2.14.3] - 2025-12-22 ### Fixed diff --git a/hook.php b/hook.php index 265310c..43ad830 100644 --- a/hook.php +++ b/hook.php @@ -97,7 +97,6 @@ function plugin_tag_getAddSearchOptionsNew($itemtype) 'searchtype' => ['equals','notequals','contains'], 'massiveaction' => false, 'forcegroupby' => true, - 'usehaving' => true, 'joinparams' => [ 'beforejoin' => [ 'table' => 'glpi_plugin_tag_tagitems',