Project

General

Profile

Feature #17262 ยป ishook_efq.patch

Administrator Admin, 2007-04-28 03:37

View differences:

D:/patchdir/orig/class.tx_indexedsearch.php Fri Apr 27 13:10:44 2007
// Calling hook for alternative creation of page ID list
if ($hookObj = &$this->hookRequest('execFinalQuery_idList')) {
// submit $page_join to the hook, so that we can add other tables like pages
$page_where = $hookObj->execFinalQuery_idList($list,$page_join);
$page_where = $hookObj->execFinalQuery_idList($list);
} elseif ($this->join_pages) { // Alternative to getting all page ids by ->getTreeList() where "excludeSubpages" is NOT respected.
$page_join = ',
pages';
    (1-1/1)