aboutsummaryrefslogtreecommitdiffstats
path: root/admin/post/search.php
AgeCommit message (Collapse)AuthorFilesLines
2018-04-01Replace method calls "getSearchResultIDs" with "getSearchResults"Thomas Lange1-9/+7
This commit replaces the method calls of "Item::getSearchResultIDs" with "Item::getSearchResults". In addition, the associated Item instances (Page or Post) are therefore now created with "Factory::buildByAttribute" instead of "Factory::build" (because "getSearchResults" returns an array of Attribute instances while "getSearchResultIDs" had returned an array of unique item IDs without attribute data).
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some ↵Thomas Lange1-1/+1
files was removed and some missing PHP closing tags were added.
2017-10-22Implemented: A full-text search functionality for posts and pages in the ↵Thomas Lange1-0/+52
administration area. In addition, some markup within the "/*/index.php" files of the admin template was re-formatted.