Compose an LDAP filter string matching all words from the search string in the given list of attributes.
fulltext_search_filter(string $value, $attributes, integer $mode = 1) : string
static
Arguments
$value
stringSearch value
$attributes
$mode
integerMatching mode: 0 - partial (abc), 1 - strict (=), 2 - prefix (abc*)
Response
stringLDAP filter