You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1129 on June 12, 2022 06:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
目前遇到的问题/使用障碍
希望如何解决/实现它
其他信息
将engines/mongo.py 165行修改为if (ch == '"' and start_ch == '"') or (ch == "'" and start_ch == "'") or (ch == "/" and start_ch == "/"):
在engines/mongo.py 237行增加
elif ch in ("/"): # 当字符为/模糊查询
cur_token = {'$regex': self.__next_string()}
可临时支持//正则的模糊查询,期待作者更完善的正则支持,感谢
Beta Was this translation helpful? Give feedback.
All reactions