[oshdb-filter] filter tags by numerical values #315
Labels
enhancement
New feature or request
moved from gitlab
This issue is still relevant but the old repository is closed down. So please work on it here.
(possible) syntax:
key < value
,key > value
, …example:
lanes >= 2
to clarify:
lanes >= 2
norlanes < 2
should not match a building. but shouldn't the selectors be complementary i.e.lanes >= 2 or lanes < 2
should match everything (likelanes = 2 or lanes != 2
matches everything)?!The text was updated successfully, but these errors were encountered: