Merge branch 'feature-69439/negative_stunden_im_neuen_kartereiter'

This commit is contained in:
Andreas Österreicher
2025-12-15 14:27:27 +01:00
@@ -13,7 +13,7 @@ function parseFilterExpression(expression)
andParts.forEach(term => {
const comparisonMatch = term.match(/^(<=|>=|<|>|=|!=)\s*(\d+(?:[.,]\d+)?)$/);
const comparisonMatch = term.match(/^(<=|>=|<|>|=|!=)\s*(-?\d+(?:[.,]\d+)?)$/);
if (comparisonMatch)
{