Procedural File: pnuser.php
Source Location: /system/Search/pnuser.php
Classes:
search_result_checker
Class for doing module based access check and URL creation of search result
Page Details:
Zikula Application Framework
Tags:
search_construct_where [line 73]
void search_construct_where(
$args, $fields, [ $mlfield = null])
|
|
Parameters
search_split_query [line 48]
void search_split_query(
$q, [ $dbwildcard = true])
|
|
Parameters
search_user_form [line 125]
string search_user_form(
$vars)
|
|
Generate complete search form Generate the whole search form, including the various plugins options. It uses the Search API's getallplugins() function to find plugins.
Tags:
Parameters
search_user_main [line 23]
string search_user_main(
)
|
|
Main user function This function is the default function. Call the function to show the search form.
Tags:
Search_user_recent [line 428]
void Search_user_recent(
)
|
|
display a list of recent searches
Tags:
search_user_search [line 248]
string search_user_search(
)
|
|
Perform the search then show the results This function includes all the search plugins, then call every one passing an array that contains the string to search for, the boolean operators.
Tags:
|