-
Notifications
You must be signed in to change notification settings - Fork 187
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
Problem with GoogleGroupMatch #227
Comments
You are providing a valid search string? Including field name, operator and match string, as per the docs and the Google api reference. If so please provide the full string (or equivalent example) and I'll run so tests. |
@ChrisPates thanks for fast answer! |
Okay you match string is an exact match (no *} but the operator is the partial match one (:), switch to (=) and you should be good. If not let me know. |
Okay, its just the '_' score I'll take a look at a patch once I'm back at my desk in the new year. |
Hi! I have a problem with GoogleGroupMatch.
Your template does not allow you to search for groups whose name consists entirely of capital letters. It is also prohibited to use "_" in the template. For example: AWS_TEST_ACCESS. Can you fix this?
The text was updated successfully, but these errors were encountered: