RESTful-Drupal / restful

RESTful best practices for Drupal
https://drupal.org/project/restful
419 stars 173 forks source link

ignore filter if a value is not set #1071

Open ahebrank opened 1 year ago

ahebrank commented 1 year ago

We have a somewhat strange situation where a bot is trying to pull from our system with a request including

?filter[id][operator]=IN

but fails to include any value for id. This causes Drupal to throw an exception: Undefined index: value

This PR changes that handling to ignore the filter if there's no value provided.