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
The || (Or) operator is displayed as \|\| in the table of operators. I searched in different versions of docs, the OR operator is displayed in \|\| format since version 3.6.0 of docs. While in the changelog of Kong gateway 3.6,0, I did not see if the format of OR operator changed. (If it is really changed, it should be a major BREAKING change).
What did you expect to happen?
The || (OR) Operator is displayed correctly.
Code of Conduct and Community Expectations
I agree to follow this project's Code of Conduct
I agree to abide by the Community Expectations
The text was updated successfully, but these errors were encountered:
randmonkey
changed the title
The || operator in expression router reference page is not correctly displayed
The "OR" operator in expression router reference page is not correctly displayed
Feb 19, 2024
Where is the problem?
https://docs.konghq.com/gateway/latest/reference/expressions-language/language-references/#operators
What happened?
The
||
(Or) operator is displayed as\|\|
in the table of operators. I searched in different versions of docs, theOR
operator is displayed in\|\|
format since version 3.6.0 of docs. While in the changelog of Kong gateway 3.6,0, I did not see if the format ofOR
operator changed. (If it is really changed, it should be a major BREAKING change).What did you expect to happen?
The
||
(OR) Operator is displayed correctly.Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: