From 6f08176122691951c182047499f72dc08b2c173c Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Sat, 1 Aug 2026 11:20:38 +0200 Subject: [PATCH] scan/term.go: raised priority over PriRelational --- scan/term.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan/term.go b/scan/term.go index 9c53f21..9aabd1a 100644 --- a/scan/term.go +++ b/scan/term.go @@ -15,7 +15,6 @@ type TermPriority uint32 const ( PriNone TermPriority = iota - PriInterval PriBut PriAssign PriIterOp // map, filter, digest, etc @@ -24,6 +23,7 @@ const ( PriAnd PriNot PriRelational + PriInterval PriBitwiseOr PriBitwiseAnd PriBitwiseNot