Skip to content
Snippets Groups Projects
Commit 310008e2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

This is why you don’t code at 5am…

parent f1df5e95
Branches
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class PostgresSmartBackend implements Backend
FROM
backlog
JOIN buffer ON backlog.bufferid = buffer.bufferid
, phraseto_tsquery_multilang(:query) query
, $tsQueryFunction query
WHERE buffer.userid = :userid
AND (:ignore_since::BOOLEAN OR backlog.time > :since::TIMESTAMP)
AND (:ignore_before::BOOLEAN OR backlog.time < :before::TIMESTAMP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment