wallabag/tests/Wallabag
Jeremy Benoist 7c04b7396a
Multiple tag search was broken from API
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.
2017-09-06 22:49:15 +02:00
..
AnnotationBundle Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
ApiBundle Multiple tag search was broken from API 2017-09-06 22:49:15 +02:00
CoreBundle Multiple tag search was broken from API 2017-09-06 22:49:15 +02:00
ImportBundle Fix tests 2017-08-27 16:51:23 +02:00
UserBundle Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00