-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
New segment operators: "Starts with" and "Ends with" #8076
Comments
Thanks @iMarkus for the suggestion. |
I had a quick look at the code, should not be that hard to implement :) looking forward |
We always appreciate pull requests :) |
:) |
To implement "starts with" and "ends with" we would still use the Mysql @iMarkus what is the main reason you need "Starts with" and "ends with" - you write "performance" - do you have performance challenge with using "Contains"? |
Hi Mattab, Yes we are currently facing some performance issues on real time segments when users define their segments using "Contains" on page urls. Therefore this suggestion came up. Regards, |
It's true that |
Alright. Thanks Matthieu for the detailed explanation. In this case it is unnecessary to implement such feature. Best regards |
@iMarkus Thanks for additional information too. it's always positive outcome when features don't need to be implemented :-) |
When creating segments it is only possible to use “Is”, “Is not”, “Contains”, “Does not contain” on non-numeric values. Regarding MySQL Performance, it would make sense to implement “Starts with” and “Ends with” for segment metric definition.
The text was updated successfully, but these errors were encountered: