plgSearchEasyblog
extends JPlugin
in package
Table of Contents
Methods
- __construct() : mixed
- exists() : mixed
- Determines if EasyBlog exists on the site.
- getResult() : mixed
- Performs the real searching for blog posts here.
- normalizeTerms() : mixed
- Normalize the search term
- onContentSearch() : mixed
- When user performs a search
- onContentSearchAreas() : mixed
- Retrieves the list of search areas
- searchTermsExist() : mixed
- Checks an object content and see whether still contain those search term (after stripping blog content of HTML).
Methods
__construct()
public
__construct(mixed &$subject, mixed $params) : mixed
Parameters
- $subject : mixed
- $params : mixed
exists()
Determines if EasyBlog exists on the site.
public
exists() : mixed
Tags
getResult()
Performs the real searching for blog posts here.
public
getResult(mixed $text, mixed $phrase, mixed $ordering) : mixed
Parameters
- $text : mixed
- $phrase : mixed
- $ordering : mixed
Tags
normalizeTerms()
Normalize the search term
public
normalizeTerms(mixed $terms) : mixed
Parameters
- $terms : mixed
Tags
onContentSearch()
When user performs a search
public
onContentSearch(mixed $text[, mixed $phrase = '' ][, mixed $ordering = '' ][, mixed $areas = null ]) : mixed
Parameters
- $text : mixed
- $phrase : mixed = ''
- $ordering : mixed = ''
- $areas : mixed = null
Tags
onContentSearchAreas()
Retrieves the list of search areas
public
onContentSearchAreas() : mixed
Tags
searchTermsExist()
Checks an object content and see whether still contain those search term (after stripping blog content of HTML).
public
searchTermsExist(mixed $content, mixed $searchTerms[, mixed $phrase = '' ]) : mixed
Parameters
- $content : mixed
- $searchTerms : mixed
- $phrase : mixed = ''