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
From what I've learned from lua-resty-expr, which is used by lua-resty-expr. The default operator for combining multiple expressions is AND, which is not how it says from the document.
Description
APISIX supports logical operators to combine multiple expressions.
e.g.
https://docs.api7.ai/apisix/reference/apisix-expressions#logical-operators
However, the
ApisixRoute
CRD only supports selecting route when "one of the expression is matched".There is no clue about how to use logical operators by declarative ways. Neither from the document, nor from source code.
The text was updated successfully, but these errors were encountered: