]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
wildcard tag search support 947/head
authorWilli Eggeling <thewilli@gmail.com>
Sat, 26 Aug 2017 21:05:02 +0000 (23:05 +0200)
committerWilli Eggeling <thewilli@gmail.com>
Wed, 30 Aug 2017 11:20:22 +0000 (13:20 +0200)
commit341527bae96e0d1c6a0cb5dfc790eacb3ef58bf8
tree19527ce7721d87d553c369705d8b1d69ee5d5777
parentfc27141cf6eb04d3d8714385cb6961a8063fe61b
wildcard tag search support

- when searching for tags you can now include '*' as wildcard placeholder
- new search reduces overall overhead when filtering for tags
- fixed combination with description tag search ('#' prefix)
- tests added
application/LinkFilter.php
tests/api/controllers/GetLinksTest.php