1
0
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:
Andrew Dolgov
2015-08-04 13:32:52 +03:00
parent e854442e1f
commit df659891ac
8 changed files with 57 additions and 8 deletions

View File

@@ -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'))");
}
}