You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a little new at this but I'm trying to find out why when filtering using != (and NOT IN) does not work, all the other operators (=, >, >=, <, <=) seem to work fine.
It throws an error when querying on GET on my server:
Ticket is a node.
A Ticket__1_0.php was created that extends resourceNode
Ticket number is a field created with Field API.
Data provider is pointing to DataProviderEntity.
If anyone can help steer me in the right direction on where to look to fix the problem, it would be appreciated!
The text was updated successfully, but these errors were encountered:
I am a little new at this but I'm trying to find out why when filtering using != (and NOT IN) does not work, all the other operators (=, >, >=, <, <=) seem to work fine.
It throws an error when querying on GET on my server:
/api/ticket?filter[ticket_number][value]=220080&filter[ticket_number][operator]="!="
Ticket is a node.
A Ticket__1_0.php was created that extends resourceNode
Ticket number is a field created with Field API.
Data provider is pointing to DataProviderEntity.
If anyone can help steer me in the right direction on where to look to fix the problem, it would be appreciated!
The text was updated successfully, but these errors were encountered: