Skip to content
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

userId match type should allow =@ #8062

Closed
LauraHornbake opened this issue Jun 8, 2015 · 1 comment
Closed

userId match type should allow =@ #8062

LauraHornbake opened this issue Jun 8, 2015 · 1 comment
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@LauraHornbake
Copy link

Currently userId match type is restricted to ==, ::NOT_NULL, ::NULL, !=. This creates the following problem:

I am working on creating segments for users on an intranet and have used the users' emails set as userId. I want to create a segment that matches the domain end of that email/userId. for example:

With userIds like this:
bob@department1.com
alice@department2.com

I want to have segments like this:
"Department 1" segment: userId =@ department1.com
"Department 2" segment: userId =@ department2.com

but I cannot, I get the error:

@mattab
Copy link
Member

mattab commented Jun 10, 2015

Thanks for suggestion. After #6954 we can revert this commit: 252798d (removing the system test also)

@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Jun 10, 2015
@mattab mattab added this to the 2.14.0 milestone Jun 10, 2015
mattab added a commit that referenced this issue Jun 11, 2015
…s not contain, is null, is not null)

fixes #8062
this reverts 252798d
@mattab mattab self-assigned this Jun 11, 2015
@mattab mattab mentioned this issue Jun 24, 2015
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants