Function FieldsSearchHook->_get_search_parameterisation_advanced
Definitions
sources/database_search.php
- Get details needed (SQL etc) to perform an advanced field search.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$catalogue_name | string | required parameter | N/A | N/A | Catalogue we are searching in in (may be a special custom content fields catalogue) |
$table_alias | string | r | N/A | N/A | Table alias for main content table |
Return
- A big tuple of details used to search with (null: no fields)
- Type: ?array
- Set: N/A
- Range: N/A