Commit f4ede02
committed
Add filter expression tests and fix tag OR syntax in hybrid queries
- Add comprehensive test suite (test_filter_expressions.py) covering:
* Tag filters with OR syntax (@field:{tag1|tag2|tag3})
* Numeric ranges (9 variants: inclusive/exclusive bounds, infinity)
* Logical negation, operator precedence, hybrid queries
* 23 test cases validating parser correctness
- Fix tag OR separator: use ‘|' instead of index separator1 parent 90124dc commit f4ede02
File tree
2 files changed
+794
-1
lines changed- integration
- src/commands
2 files changed
+794
-1
lines changed
0 commit comments