Compare commits
No commits in common. "1ea5948ed0d8769f9963949074fae5f286f4dd77" and "7a502d2bf963987c4d6e1afb51992af41cd0b815" have entirely different histories.
1ea5948ed0
...
7a502d2bf9
@ -31,7 +31,7 @@ async def read_tags(
|
||||
|
||||
|
||||
if name:
|
||||
filters.append({"name": {"$regex": name, "$options": "i"}})
|
||||
filters.append({"name": {"$eq": name, "$options": "i"}})
|
||||
|
||||
# Add ID filter
|
||||
if id_tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user