-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Only match if URL contains" does not work as expected when creating an Action #236
Comments
I'm experiencing the same behaviour |
Thank you for reporting this issue. "only match if URL contains" is currently an exact match type, rather than a "phrase" match. This contradicts the wording and isn't the intended behavior. |
The interesting thing is that I wasn't even able to get exact match to work correctly. I would copy the url from the event and paste it into the URL match input and it would disappear. I'm not sure how to get anything to match. |
Closes #236 add url matching exact or contains
* Always set created_at/updated_at in tests After #3607 this is mandatory * Cleanup after schedule tests
If I enter
example.com/register
in the "URL contains" input i would expect the results to include those with that url. If I uncheck the filter and save, then I get event matches that containexample.com/register
. Event if I tryregister
nothing gets matched.The text was updated successfully, but these errors were encountered: