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

Add ability to filter numbers by RegExp (instead of prefix %) #25

Open
felixb opened this issue Aug 31, 2014 · 2 comments
Open

Add ability to filter numbers by RegExp (instead of prefix %) #25

felixb opened this issue Aug 31, 2014 · 2 comments
Milestone

Comments

@felixb
Copy link
Owner

felixb commented Aug 31, 2014

From DimMy...@googlemail.com on 2013-04-10T16:41:13Z

Problem:
As far as I know CM3G only can filter numbers by adding % to the beginning or ending of a number (eg. +49800%; %800%, etc.).

So if I want CM3G apply to a rule when a number falls in a given RANGE I have to create a numbers group with every number in it.

Case A: When a number begins with 01800%, rule X should apply
Case B: When a number begins with between 01801% and 01805%, rule Y should apply.
For case A I have to create a numbers group with 01800% in it!
For case B I have to create a numbers group with 01801%, 01802%, 01803%, ... in it!

RegExp or something like this would be helpful.
01802[1-5]%
01802[067]%
[0|+49]182%

Original issue: http://code.google.com/p/callmeter/issues/detail?id=848

@felixb felixb added this to the backlog milestone Aug 31, 2014
@felixb
Copy link
Owner Author

felixb commented Aug 31, 2014

From f...@ub0r.de on 2013-04-12T22:39:40Z

well, you know regex and i do. but for most of the users, it's way to complicated.
i need to think about it. ;)

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low Product-CallMeter-3 Component-Persistence

@felixb felixb changed the title Suggestion: Add ability to filter numbers by RegExp (instead of prefix %) Add ability to filter numbers by RegExp (instead of prefix %) Aug 31, 2014
@HMOmosys
Copy link

HMOmosys commented Sep 5, 2014

Hello, yes, you are right, but it would be a great feature because, i'm sure, you have a lot registered users that as me, we are technical users.

Do you believe would be hard support both of them characteristics?

I am an user of your app since August 2012 and recently changed my cellular plan and regular expressions would be excellent to reach and better calculus and classification of my calls register.

Thank you very much for your attention

Humberto Mendez
Mexico City
Mexico

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants