Alternate search mode using tags
authorAlexander Ebert <ebert@woltlab.com>
Wed, 2 Jan 2019 17:28:18 +0000 (18:28 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 2 Jan 2019 17:28:18 +0000 (18:28 +0100)
commit1bcacda867167701bdcf82e9f7814f99de9afde1
treea60c6e9b0c2fb602dc2bb91455ff6a20b3adaab9
parent8f076c78826ea10d6960ec3009c48901ac0b9e70
Alternate search mode using tags
com.woltlab.wcf/templates/search.tpl
com.woltlab.wcf/templates/tagSearch.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/data/article/TaggedArticleList.class.php
wcfsetup/install/files/lib/form/TagSearchForm.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/page/CombinedTaggedPage.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/tagging/AbstractCombinedTaggable.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/tagging/ICombinedTaggable.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/tagging/ITaggable.class.php
wcfsetup/install/files/lib/system/tagging/TagEngine.class.php
wcfsetup/install/files/lib/system/tagging/TaggableArticle.class.php