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 using contains constrain, it fails to detect that a entity_context parameter, actually contains the string.
We see that equal works fine, but contains seems to fail regardless of the value.
I.E.
"msg": "Literal is not a slice of string: \"http://localhost:8000/products/31982887829566/confirmation/?funnel=start&site=because&did=1732a3747268a-02f8335de7751d-1b396256-13c680-1732a374727189&variant=31982887829566&addons_before=true&product_position=2&product_position_variant=29600123486278&addons=&trial_addons=&utm_content=taboola\"",
I've also tried to simplify in case there is some url encoding going:
"msg": "Literal is not a slice of string: \"utm_content=taboola\""
My constrain in the simplest definition as
Property: evaluate_url
CONTAINS
Value: "utm_content"
Here is the test request I sent in the simplest form:
Contains will work well for srtings
When using contains constrain, it fails to detect that a entity_context parameter, actually contains the string.
We see that equal works fine, but contains seems to fail regardless of the value.
I.E.
"msg": "Literal is not a slice of string: \"http://localhost:8000/products/31982887829566/confirmation/?funnel=start&site=because&did=1732a3747268a-02f8335de7751d-1b396256-13c680-1732a374727189&variant=31982887829566&addons_before=true&product_position=2&product_position_variant=29600123486278&addons=&trial_addons=&utm_content=taboola\"",
I've also tried to simplify in case there is some url encoding going:
"msg": "Literal is not a slice of string: \"utm_content=taboola\""
My constrain in the simplest definition as
Property: evaluate_url
CONTAINS
Value: "utm_content"
Here is the test request I sent in the simplest form:
Possible Solution
Not a go expect but I suspect that the way it's sliced and matches is incorrect.
Steps to Reproduce (for bugs)
Context
Your Environment
flagr version
):uname -a
):The text was updated successfully, but these errors were encountered: