Lines Matching defs:sort
31 * @param string $sort37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null)40 if ($sort === null) {41 $sort = 'hits';45 'sort' => $sort,166 if ($data['sort'] === 'mtime') {169 // sort docs by count203 Sort::sort($result);237 Sort::sort($result);