zammad-api-client-php icon indicating copy to clipboard operation
zammad-api-client-php copied to clipboard

Search method on Single Select field doesn't return results anymore

Open roromedia opened this issue 7 months ago • 0 comments

Since a few days the PHP-API doesn't return any result on the following search (a Single Select Object field):

$tickets = $client->resource(ResourceType::TICKET)->search('FIELD_NAME:KEY');

The $tickets-array is always empty. Regular full-text searches still work. Can anyone suggest a new syntax or help out?

roromedia avatar Jul 04 '24 07:07 roromedia