From 4b161b195cc2bbef036a61f5bd918cdb0ff93103 Mon Sep 17 00:00:00 2001 From: Michele Morgan Date: Tue, 14 Feb 2023 09:05:44 -0500 Subject: [PATCH] Don't stem Course Instructor search term - mmm Signed-off-by: Michele Morgan modified: Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm index 260221f4d0..9b0b6377a0 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm @@ -267,7 +267,7 @@ sub load_cresults { 'select' => {'au' => ['id']}, 'where' => { 'name_kw_tsvector' => { - '@@' => {'value' => [ 'plainto_tsquery', $query ] } + '@@' => {'value' => [ 'plainto_tsquery', ('simple', $query) ] } } } }}} -- 2.11.0