Function Database_super_mysql->full_text_assemble
Definitions
sources/database/shared/mysql.php
- Assemble part of a WHERE clause for doing full-text search.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$content | string | required parameter | N/A | N/A | Our match string (assumes "?" has been stripped already) |
Return
- Part of a WHERE clause for doing full-text search
- Type: string
- Set: N/A
- Range: N/A