X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions2.php;h=551d55d730838aee30c6c67df7111ef384957587;hb=df659891ac0597c3f58b7714ddd4103ccad66b07;hp=a9bb49df83cda9fef8782bf900a60f4989a79dcc;hpb=e854442e1f402349419be2205ddc47173ab9a3df;p=tt-rss.git diff --git a/include/functions2.php b/include/functions2.php index a9bb49df..551d55d7 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -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'))"); } }