Function DatabaseConnector->get_minimum_search_length
Definitions
sources/database.php
- Get minimum search length.This is broadly MySQL-specific. For other databases we will usually return 4, although there may truly not be a limit on it.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Search length
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get minimum search length.This is broadly MySQL-specific. For other databases we will usually return 4, although there may truly not be a limit on it.
*
* @return integer Search length
*/
public function get_minimum_search_length() : int
* Get minimum search length.This is broadly MySQL-specific. For other databases we will usually return 4, although there may truly not be a limit on it.
*
* @return integer Search length
*/
public function get_minimum_search_length() : int