mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
implement per-feed stemming language setting
This commit is contained in:
@@ -402,7 +402,7 @@
|
||||
|
||||
if (DB_TYPE == "pgsql") {
|
||||
array_push($query_keywords,
|
||||
"(tsvector_combined @@ '$search_query_leftover'::tsquery)");
|
||||
"(tsvector_combined @@ to_tsquery('english', '$search_query_leftover'))");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user