Don't stem Course Instructor search term - mmm collab/blake/noble_custom_server_side_3_7_2
authorMichele Morgan <mmorgan@noblenet.org>
Tue, 14 Feb 2023 14:05:44 +0000 (09:05 -0500)
committerMichele Morgan <mmorgan@noblenet.org>
Tue, 14 Feb 2023 14:05:44 +0000 (09:05 -0500)
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
modified:   Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm

Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm

index 260221f..9b0b637 100644 (file)
@@ -267,7 +267,7 @@ sub load_cresults {
                     'select' => {'au' => ['id']},
                     'where' => {
                         'name_kw_tsvector' => {
-                            '@@' => {'value' => [ 'plainto_tsquery', $query ] }
+                            '@@' => {'value' => [ 'plainto_tsquery', ('simple', $query) ] }
                         }
                     }
                 }}}