namesStrictlyMatch property

bool get namesStrictlyMatch

A boolean showing if the names parameter is to matched exactly against the database.

A strict match will force the search to use "=", as opposed to "LIKE". The default value is false.

set namesStrictlyMatch (bool value)