Commit d4a03b39 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction d'un dysfonctionnement dans la recherche textuelle de thèses.

parent 2e9a92bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -501,6 +501,8 @@ class TheseRechercheService
     */
    public function rechercherThese($text, array $criteria, $limit = 1000)
    {
        $text = trim($text);

        if (strlen($text) < 2) return [];

        if ($unknown = array_diff($criteria, array_keys(TheseTextFilter::CRITERIA))) {