fulltext_search

Class fulltext_search Used for fulltext index searching
extends search_api
Methods Summary
public
# __construct( )
The constructor function
public
# supportsMethod( $methodName , $query_params = NULL )
{@inheritDoc}

Overrides

protected
# _getMinWordLength( )
fulltext_search::_getMinWordLength() What is the minimum word length full text supports?
public
# searchSort( $a , $b )
{@inheritDoc}

Overrides

public
# prepareIndexes( $word , array & $wordsSearch , array & $wordsExclude , $isExcluded )
{@inheritDoc}

Overrides

public
# indexedWordQuery( array $words , array $search_data )
{@inheritDoc}

Overrides

Methods inherited from search_api
supportsMethod(), isValid(), searchSort(), prepareIndexes(), indexedWordQuery(), postCreated(), postModified(), postRemoved(), topicsRemoved(), topicsMoved(), searchQuery()
Properties Summary
protected array $bannedWords
# array ( )
protected int $min_word_length
# 4
protected array $supported_databases
# array ( 0 => 'mysql', 1 => 'postgresql', )
Properties inherited from search_api
$version_compatible, $min_smf_version, $is_supported