CMS  Version 3.9
search_results.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::using("search");
3 
4 $text = $_GET["text"];
5 
7 $mgr->useFacetFilter = true;
8 
9 $mgr->search($text)
10  ->sortByRelevance()
11  ->showResults();
12 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
The SearchManager class provides a simple API for searching across all Searchable records in the appl...
$mgr
$text