Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

复杂条件下解析错误 #105

Open
lauzhihao opened this issue Apr 10, 2023 · 0 comments
Open

复杂条件下解析错误 #105

lauzhihao opened this issue Apr 10, 2023 · 0 comments

Comments

@lauzhihao
Copy link

(a=1 or b=1 or c=1 or d=1 or e=1)
AND x = 1
AND (
  (aa=1 AND bb=1)  OR (cc = 1 AND dd =1 ) OR (ee = 1 AND ff = 1)
)

例如这个case,应该解析为must数组中包含3个条件,而实际解析为must只有x=1,其余的两组表达式拆成了4组should,仅满足之一,这样查询结果是错误的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant