After submitting a an exposed filter form, the url looks like this:

... field_avg_score_value[min]=6&field_avg_score_value[max]=8 ...

But the query looks like this:

...
HAVING (( (AVG(field_data_field_avg_score.field_avg_score_value) >= 6) AND (AVG(field_data_field_avg_score.field_avg_score_value) <= 6) ))
...

Note: I am using aggregation.
Using latest D7, ctools and views dev.

CommentFileSizeAuthor
#1 1221946.patch1.46 KBdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
1.46 KB

Okay, could reproduce the problem.

Does this works for you?

askibinski’s picture

Status: Needs review » Reviewed & tested by the community

Patch works great! Thanks!

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 7.x-3.x. No backport necessary.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.