+++ b/includes/fivestar_views_handler_filter_in_operator.inc
@@ -0,0 +1,66 @@...

Contribution Date
Technology
Contribution Project
Contribution Details
+++ b/includes/fivestar_views_handler_filter_in_operator.inc @@ -0,0 +1,66 @@ + $or_statement->condition("$this->table_alias.$this->real_field", NULL, $nul_operator);

"IN" condition works fine after applying the patch but for "NOT IN" view will display all the results.
As query contains:
WHERE (( (node.status = '1') AND( (field_data_field_rate.field_rate_rating NOT IN ('0', '20', '40', '60', '80', '100')) OR (field_data_field_rate.field_rate_rating IS NOT NULL ) )))

And data will pass through this filter, as it is NOT NULL.

Contribution Author
Files count
0
Patches count
0