diff --git a/libraries/entropy/db/__init__.py b/libraries/entropy/db/__init__.py index 49cb73751..f5253f83f 100644 --- a/libraries/entropy/db/__init__.py +++ b/libraries/entropy/db/__init__.py @@ -8216,6 +8216,8 @@ class EntropyRepository(EntropyRepositoryPluginStore, TextInterface): return token elif operators == "<=" and compare > -1: return token + elif operators == "~": # do not filter "any-rev" requests here. + return token def __filterSlotTagUse(self, found_ids, slot, tag, use, operators):