\SearchHelper
Search component helper.
Synopsis
class SearchHelper
{
- // methods
- public static void addSubmenu()
- public static JObject getActions()
- public static void santiseSearchWord()
- public static void limitSearchWord()
- public static void logSearch()
- public static string prepareSearchContent()
- public static boolean checkNoHtml()
- public static string remove_accents()
- public static string _smartSubstr()
Tasks
Tasks
Line | Task |
---|---|
233 | remove other prefixes as well? |
Methods
public
- _smartSubstr() — returns substring of characters around a searchword
- checkNoHtml() — Checks an object for search terms (after stripping fields of HTML)
- getActions() — Gets a list of the actions that can be performed.
- limitSearchWord()
- logSearch() — Logs a search term
- prepareSearchContent() — Prepares results from search for display
- remove_accents() — Transliterates given text to ASCII
- santiseSearchWord()