Go to the source code of this file.
fullsearchresult |
( |
& |
$action | ) |
|
Fulltext Search document
- Parameters
-
Action | &$action | current action keyword Http var : word to search in any values famid Http var : restrict to this family identioficator start Http var : page number dirid Http var : search identificator |
Definition at line 31 of file fullsearchresult.php.
getFileTxt |
( |
|
$dbid, |
|
|
& |
$tdoc |
|
) |
| |
highlight_text |
( |
|
$dbid, |
|
|
& |
$s, |
|
|
|
$k |
|
) |
| |
return part of text where are found keywords Due to unaccent fulltext vectorisation need to transpose original text with highlight text done by headline tsearch2 sql function
- Parameters
-
resource | $dbid | database access |
string | $s | original text |
string | $k | keywords |
- Returns
- string HTML text with tags
Definition at line 299 of file fullsearchresult.php.