Documentation

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
since
5.0.36
access

public

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
since
5.0.36
access

public

normalizeTerms()

Normalize the search term

public normalizeTerms(mixed $terms) : mixed
Parameters
$terms : mixed
Tags
since
5.4.3
access

public

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
since
5.0.36
access

public

onContentSearchAreas()

Retrieves the list of search areas

public onContentSearchAreas() : mixed
Tags
since
5.0.36
access

public

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 = ''
Tags
since
5.4.2
access

public


        
On this page

Search results