Function Fast_custom_index->active_search_has_special_filtering
Definitions
sources/database_search.php
- Find if we have to join in custom fields due to filtering.
- Visibility: public
- Is abstract?: No
- Is static?: Yes
- Is final?: No
- Returns: bool
Returns
- Whether we have special filtering
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if we have to join in custom fields due to filtering.
*
* @return boolean Whether we have special filtering
*/
public static function active_search_has_special_filtering() : bool
* Find if we have to join in custom fields due to filtering.
*
* @return boolean Whether we have special filtering
*/
public static function active_search_has_special_filtering() : bool
