class SearchHelper

Helper class for Joomla! Search components

Methods

static  void
logSearch( string $term, string $component)

Method to log search terms to the database

Details

static void logSearch( string $term, string $component)

Method to log search terms to the database

Parameters

string $term The term being searched
string $component The component being used for the search

Return Value

void