diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-02-01 20:33:58 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-02-15 21:38:40 +0100 |
commit | bedd176a5406003631da42366736fd5ebae29135 (patch) | |
tree | b7577d5f5fcb4534d293a4a6c59d84e8b0f48d42 /tests/LinkDBTest.php | |
parent | 07c2f73543b358d39b3751c8542966794f28db03 (diff) | |
download | Shaarli-bedd176a5406003631da42366736fd5ebae29135.tar.gz Shaarli-bedd176a5406003631da42366736fd5ebae29135.tar.zst Shaarli-bedd176a5406003631da42366736fd5ebae29135.zip |
Improved search: combine AND, exact terms and exclude search.
Diffstat (limited to 'tests/LinkDBTest.php')
-rw-r--r-- | tests/LinkDBTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/LinkDBTest.php b/tests/LinkDBTest.php index 765f771e..78f42e56 100644 --- a/tests/LinkDBTest.php +++ b/tests/LinkDBTest.php | |||
@@ -278,6 +278,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase | |||
278 | 'stallman' => 1, | 278 | 'stallman' => 1, |
279 | 'free' => 1, | 279 | 'free' => 1, |
280 | '-exclude' => 1, | 280 | '-exclude' => 1, |
281 | 'stuff' => 2, | ||
281 | ), | 282 | ), |
282 | self::$publicLinkDB->allTags() | 283 | self::$publicLinkDB->allTags() |
283 | ); | 284 | ); |