fix options regex
This commit is contained in:
parent
7a502d2bf9
commit
216b4bb3f2
@ -31,7 +31,7 @@ async def read_tags(
|
||||
|
||||
|
||||
if name:
|
||||
filters.append({"name": {"$eq": name, "$options": "i"}})
|
||||
filters.append({"name": {"$regex": name, "$options": "i"}})
|
||||
|
||||
# Add ID filter
|
||||
if id_tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user