wallabag/tests/Wallabag/ApiBundle
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
..
Controller Multiple tag search was broken from API 2017-09-06 22:49:15 +02:00
WallabagApiTestCase.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00