Back to Changelog
April 7, 2025/CHANGELOG
Added absolute value filtering

On the following pages you are now able to use abs()
or ||
to filter for an absolute value:
Inputting a minimum value of abs(.5)
or |.5||
would return all results >= .5 or <=.5.