Unable to filter SQL using AND

Hi,
I have updated my DF version to 2.1.0 yesterday and since, I am not able to run the same http request to get my data.
Before, I was able to filter like this and get results:
?filter=Origin%3D’YTO’%20and%20Destination%3D’FRA’
Now, it returns:
{
“resource”: []
}

It works just with one filter (i.e filter=Origin=‘YTO’), but the moment I add AND, no more results. Any idea?
Many Thanks for your help,
Adrian

found it
https://wiki.dreamfactory.com/DreamFactory/Tutorials/Querying_records_with_logical_filters

1 Like