wallabag/tests/Wallabag/CoreBundle
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
..
Command Add reload entry command 2017-08-21 10:45:48 +02:00
Controller Multiple tag search was broken from API 2017-09-06 22:49:15 +02:00
Event Fix tests 2017-07-03 07:30:54 +02:00
fixtures Use an alternative way to detect image 2017-06-05 22:54:02 +02:00
Form/DataTransformer Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
GuzzleSiteAuthenticator Fix tests 2017-07-03 07:30:54 +02:00
Helper CS 2017-07-03 13:56:39 +02:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
Tools Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
Twig Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
WallabagCoreTestCase.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00