]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Multiple tag search was broken from API
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 3 Aug 2017 10:46:20 +0000 (12:46 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 6 Sep 2017 20:49:15 +0000 (22:49 +0200)
First, the setParameter() were done on the same parameter which in fact
just duplicated the condition in the SQL query (like `where t.label =
'test' and t.label = 'test'`.

Changed the parameter doesn't help because the query was then wrong.

Changing the way to match associated tags for an entry and it worked.


No differences found