aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/LinkFilter.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: \Shaarli\Bookmark\LinkFilterVirtualTam2019-01-121-455/+0
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-0/+2
* lint: apply phpcbf to application/VirtualTam2018-12-021-13/+12
* PSR: use elseif instead of else ifArthurHoaro2018-02-281-4/+4
* Shaarli's translationArthurHoaro2017-10-221-1/+7
* wildcard tag search supportWilli Eggeling2017-08-301-47/+84
* Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-301-16/+25
* Empty tag search will look for not tagged linksArthurHoaro2017-05-251-0/+30
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-161-23/+37
* Fixes presence of empty tags for private tags and in search resultsArthurHoaro2017-01-031-1/+1
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-1/+1
* Apply the new ID system accros the whole codebaseArthurHoaro2016-12-121-20/+17
* Hashtag systemArthurHoaro2016-06-061-2/+31
* Fix error when filtering search tagsD Low2016-04-141-1/+1
* Refactor filter in LinkDBArthurHoaro2016-03-251-1/+13
* Allow crossed search between terms and tagsArthurHoaro2016-02-281-4/+23
* Support text search across link fields.ArthurHoaro2016-02-151-25/+23
* Improved search: combine AND, exact terms and exclude search.ArthurHoaro2016-02-151-24/+36
* Add exclusion in tag searchArthurHoaro2016-02-151-8/+22
* Introduce the Updater class whichArthurHoaro2016-02-151-1/+0
* Implemented searching for a phrase in double-quotes or all words in no partic...Florian Voigt2016-02-011-13/+32
* Link filter refactoringArthurHoaro2016-01-061-0/+259