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
- Return: int
Return
- Search length
- Type: integer
- Set: N/A
- Range: N/A