- 🇨🇾Cyprus alex.bukach
Just tested it on a fresh Drupal 11.2.x install, and the issue still exists. Here are the steps to reproduce it:
- Add a "List (integer)" field to an entity type
- Add a filter for that list field to a view that displays that entity type
- See that available filter operators are only "Is one of", "Is all of", "Is none of", "Is empty (NULL)", "Is not empty (NOT NULL)", but numeric filters like "Is equal to", "Is greater than", "Is greater than or equal to" are missing. Those operators were available in Drupal 7.
- 🇳🇿New Zealand quietone
@alex.bukach, thanks for testing!
This needs an issue summary update, using the standard issue template → . And the information from the previous commented added there.
If this problem was discovered on a version of Drupal that is not 11.x, add that information in the issue summary and leave the version at 11.x. In Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → . Also mentioned on the version → section of the list of issue fields documentation.
- Merge request !12290Added numeric views filter for numeric list fields. → (Open) created by alex.bukach
- 🇧🇷Brazil igorgoncalves
Thanks @alex.bukach
Just followed the steps to reproduce and i confirm that on a clean Drupal 11 instalation there's no "numeric filter" available for my integer field.
And testing with the Merge Request there's numeric filter (screenshot below) and when i applied, the filter works as it should with "greater than" option, for example.