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
When a constraint is like age >= 0 && age < 20, executable-model doesn't split the constraint into two constraints, so it doesn't enable range index. It only affects the performance (it's enabled when more than 9 alpha nodes for the same field by default), not the rule behaviour.
When a constraint is like
age >= 0 && age < 20
, executable-model doesn't split the constraint into two constraints, so it doesn't enable range index. It only affects the performance (it's enabled when more than 9 alpha nodes for the same field by default), not the rule behaviour.age >= 0, age < 20
doesn't have this issue.AlphaNodeRangeIndexingTest
The text was updated successfully, but these errors were encountered: