1 | <?php |
||
17 | class fulltext_support extends \vse\similartopics\driver\mysqli |
||
18 | { |
||
19 | /** |
||
20 | * Check if a column is a FULLTEXT index in topics table |
||
21 | * This has been deprecated in 1.5.0, replaced by is_fulltext() |
||
22 | * |
||
23 | * @param string $column Name of the column |
||
24 | * @return bool True if column is a FULLTEXT index, false otherwise |
||
25 | */ |
||
26 | public function is_index($column = 'topic_title') |
||
30 | } |
||
31 |