This project is not covered by Drupal’s security advisory policy.

This module provide Views numeric filter handler for List (integer) fields.

Standart list filter handler support only 5 operators:

  1. Is one of
  2. Is all of
  3. Is none of
  4. Is empty (NULL)
  5. Is not empty (NOT NULL)

Numeric filter handler support 11 operators:

  1. Is less than
  2. Is less than or equal to
  3. Is equal to
  4. Is not equal to
  5. Is greater than or equal to
  6. Is greater than
  7. Is between
  8. Is not between
  9. Is empty (NULL)
  10. Is not empty (NOT NULL)
  11. Regular expression

Project information

Releases