Commit a06858ef authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : La recherche d'organisation dans le filtre "plusieurs organisations" est réparée

parent be3a1b5e
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -809,6 +809,11 @@ class OrganizationService implements UseOscarConfigurationService, UseEntityMana

    public function getSearchQuery($search, $filter)
    {
        // Path 2024/12/09
        if( !array_key_exists('sort', $filter )){
            $filter['sort'] = 'hit';
        }

        $qb = $this->getBaseQuery();

        if ($search != "") {