Procedural File: contacts.searchbot.php
Source Location: /mambots/search/contacts.searchbot.php
Functions
botSearchContacts [line 28]
void botSearchContacts(
string $text, [string $phrase = ''], [string $ordering = '']
)
|
|
Contacts Search method
The sql must return the following fields that are used in a common display routine: href, title, section, created, text, browsernav
Parameters:
|
string |
$text: |
Target search string |
|
string |
$phrase: |
mathcing option, exact|any|all |
|
string |
$ordering: |
ordering option, newest|oldest|popular|alpha|category |
|
|