Function DatabaseConnector->has_full_text

Definitions

sources/database.php

  • Find whether full-text-search is present.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$table ?string Null N/A N/A Table to check we have an index on (null: no check)
$field ?string Null N/A N/A Field to check we have an index on (null: no check)

Return

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A