1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python1,851 forks (1,851 forks)batch import
area/enginehelp wanted
Repository metrics
- Stars
- 7,005 stars (7,005 stars)
- PR merge metrics
- Avg merge 12d 20h (Avg merge 12d 20h)11 merged PRs in 30d (11 merged PRs in 30d)
Description
重现步骤
预期外的结果
是不是不支持$in语法?
日志文本
No response
版本
1.10.0
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
Contributor guide
- Research direction
- Investigate the MongoDB query conversion logic in Archery, specifically the handling of the $in operator in the query builder. Reproduce the issue using a MongoDB collection with documents containing an array field, and trace the code path from the user input to the generated query.
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- PythonMongoDB basicsDocker