Function __global->_boolean_search_prepare
Definitions
sources/database_search.php
- Take a search string and find boolean search parameters from it.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$search_query | string | required parameter | N/A | N/A | The search query |
Return
- Words to search under the boolean operator, words that must be included, words that must not be included
- Type: array
- Set: N/A
- Range: N/A