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
fix: WITHSCORES+RETURN0 parsing, OR operand escaping, slop validation
- Fix stride mismatch in executor when WITHSCORES + RETURN 0 (NOCONTENT)
produces [count, id, score, ...] without field arrays
- Add _ScoreParseMixin with _has_return_0() helper for both sync/async executors
- Escape individual OR operands in fulltext() to prevent accidental
negation (anti-virus) and field injection (@field)
- Validate slop >= 0 in parser, raise ValueError for negative values
- Add tests for all three fixes
0 commit comments