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
6
$mgr
=
new
SearchManager
();
7
$mgr
->useFacetFilter =
true
;
8
9
$mgr
->search(
$text
)
10
->sortByRelevance()
11
->showResults();
12
?>
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
SearchManager
The SearchManager class provides a simple API for searching across all Searchable records in the appl...
Definition:
search_manager.inc:48
$mgr
$mgr
Definition:
search_results.inc:6
$text
$text
Definition:
search_results.inc:4
code
cms.sonjara.com
cms
components
search
pages
search_results.inc
Generated on Tue Mar 23 2021 15:36:14 for CMS by
1.9.1