Skip to content

v1.4.4: Filtering for Tag Value Ranges

Compare
Choose a tag to compare
@nleanba nleanba released this 04 Dec 19:40
· 12 commits to master since this release

Changed Query-Parameters ?tag and ?nottag:

Filtering for Tag Ranges is possible with the following syntax: …={label};{min};{max}. min or max may be ommitted for unbounded search. Trailing semocolons may be omitted.

Be aware that this may need replacing of the caracter ; by %3B.

Example:

…?tag=foo;;30&tag=bar;2020-01-01;2020-12-31

gives all that have tag foo with a value <= 30, and bar values within 2020.