]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Empty tag search will look for not tagged links 841/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 1 Apr 2017 10:17:37 +0000 (12:17 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 25 May 2017 13:51:12 +0000 (15:51 +0200)
commit7d86f40bdb2135655b5b4fe8cbcc1ac102114f86
treec70ac4ad89a4fc84b8e52114aca7d9755cc92086
parentb64d83cd2b60b6851741787f8ce2ae2c93092841
Empty tag search will look for not tagged links

Fixes #784

From now, searching for tags with an empty value will return only not tagged links,
with the search bar showing `x results [not tagged]`.

Note that using the api, the searchtags request parameter must be set to `false` to get the same result.

  - [ ] Update API doc
12 files changed:
application/FeedBuilder.php
application/LinkDB.php
application/LinkFilter.php
application/Utils.php
index.php
tests/LinkDBTest.php
tests/LinkFilterTest.php
tests/api/controllers/GetLinksTest.php
tests/api/controllers/InfoTest.php
tests/utils/ReferenceLinkDB.php
tpl/default/linklist.html
tpl/vintage/linklist.html