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

Segmentation in API to support greater/less than (or equal) as well as "contains" operators #2188

Closed
mattab opened this issue Mar 15, 2011 · 4 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 15, 2011

Currently only supports == and !=, should add these few in

http://piwik.org/docs/analytics-api/segmentation/

@mattab
Copy link
Member Author

mattab commented Mar 15, 2011

(In [4090]) Fixes #2188 adding < <= >= > !@ (does not contain) =@ (contains) operators, will update doc now

@robocoder
Copy link
Contributor

For LIKE and NOT LIKE, % and _ in the $value should be escaped.

@mattab
Copy link
Member Author

mattab commented Mar 17, 2011

(In [4107]) Refs #2188 Escaping special LIKe characters - thanks for the code review!

@mattab
Copy link
Member Author

mattab commented Mar 17, 2011

(In [4117]) Refs #2188 forgot to check in tests

@mattab mattab added this to the Piwik 1.2.1 milestone Jul 8, 2014
@mattab mattab self-assigned this Jul 8, 2014
This issue was closed.
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