‪TYPO3CMS  ‪main
TYPO3\CMS\IndexedSearch\Utility Namespace Reference

Classes

class  IndexedSearchUtility
 

Enumerations

enum  LikeWildcard : int { getLikeQueryPart }
 

Enumeration Type Documentation

◆ LikeWildcard

Enumeration object for LikeWildcard

Enumerator
getLikeQueryPart 

Returns a LIKE clause for sql queries.

Parameters
string$tableName‪The name of the table to query.
string$fieldName‪The name of the field to query with LIKE.
string$likeValue‪The value for the LIKE clause operation.
Returns
‪string

Definition at line 27 of file LikeWildcard.php.