We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I opened the following Stack Exchange question: https://civicrm.stackexchange.com/questions/49150/trouble-with-cv-api-version-3-and-4/49151 and it looks like this is probably an issue with cv's implementation itself.
cv
The following error happens when trying to get (for example) the email address for every user in a given group:
$ cv api4 Contact.get +s email_primary +w 'groups:name = "Current Singers"' In Api4Query.php line 348: Illegal operator for groups
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I opened the following Stack Exchange question: https://civicrm.stackexchange.com/questions/49150/trouble-with-cv-api-version-3-and-4/49151 and it looks like this is probably an issue with
cv
's implementation itself.The following error happens when trying to get (for example) the email address for every user in a given group:
The text was updated successfully, but these errors were encountered: