Closed rszwajko closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.10%. Comparing base (
b654645
) to head (d42349d
). Report is 146 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Before this PR, all values were matched in the same way:
After this PR, a custom algorithm can be provided using "matcher" property. Direct motivation is DateRange filter which stores filter values as ISO 8601 time intervals i.e. "2024-04-01/2024-05-01". Positive match (value is in the range) requires parsing to date objects.
Reference-Url: https://en.wikipedia.org/wiki/ISO_8601#Time_intervals Reference-Url: https://github.com/konveyor/tackle2-ui/pull/1913