2.7.0 (2025-01-05)
Bug Fixes
- Equals with lists now only returns true if they are identical (e900dac)
- Previously, equals would check that every item in first value was in the second value list (case insensitive). This meant that the second value list could contain a value not within first value and still return true. This is no longer the case. Both first value and second value must contain the same items for it to return true. Equals would also always return false when both first value and second value were empty. This will now return true. If you only want to target lists where a value is present, you can add an additional rule like: First value Not Equals Text
[]
.
- Previously, equals would check that every item in first value was in the second value list (case insensitive). This meant that the second value list could contain a value not within first value and still return true. This is no longer the case. Both first value and second value must contain the same items for it to return true. Equals would also always return false when both first value and second value were empty. This will now return true. If you only want to target lists where a value is present, you can add an additional rule like: First value Not Equals Text
Features
- Add rating vote count filters (05617e1)