-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
CRM-20034 - CRM-20034 - Support OR grouping of api get params #9844
Conversation
colemanw
commented
Feb 16, 2017
•
edited by civicrm-builder
Loading
edited by civicrm-builder
- CRM-20034: Support "OR" params in api get
@eileenmcnaughton Check this out: |
@colemanw does this support conditions where the same field is used more than once? Like this: |
hey this looks good - where does it fit wrt to the API4 efforts and my suggestion for a nest tree structure of AND|OR|NOT operations? |
@davialexandre the api3 has never supported adding the same param twice. It's on the roadmap for v4, come help us out over on that project! https://github.com/civicrm/api4 @ErichBSchulz this is a stopgap to provide basic OR support for v3. I suspect it will never get any fancier than this. What you're suggesting for v4 sounds good, let's focus our energies there. |
sweet - ok thanks @colemanw |
looks cool |
Thanks. I'm proud of my css tricks in the api explorer to visualize the and/or groupings. |
CRM-20034 - CRM-20034 - Support OR grouping of api get params