Lines Matching defs:title
257 * @param bool $in_title search in title?
313 foreach ($Indexer->lookupKey('title', $id, '_ft_pageLookupTitleCompare') as $p_id) {
383 * Tiny helper function for comparing the searched title with the title
387 * @param string $search searched title
388 * @param string $title title from index
391 function _ft_pageLookupTitleCompare($search, $title)
394 $pos = stripos($title, $search);
397 PhpString::strtolower($title),