Function DatabaseDriver->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

Parameters

Name Type Default Set Range Description
$connection mixed required parameter N/A N/A The DB connection

Return

  • Search length
  • Type: integer
  • Set: N/A
  • Range: N/A