-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix search for SurveyedLocales #3408
Labels
Comments
stellanl
added a commit
that referenced
this issue
Feb 6, 2020
valllllll2000
pushed a commit
that referenced
this issue
Feb 6, 2020
[#3408]Do not use "since" parameter in identifier search.
@stellanl in addition to this, it also appears that datapoints are returned even if they are not part of the survey to which the assignment belongs |
stellanl
added a commit
that referenced
this issue
Feb 17, 2020
iperdomo
added a commit
that referenced
this issue
Feb 17, 2020
[#3408]Use surveyGroupId when searching.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the /rest/surveyed_locales endpoint, if a cursor string (since= parameter) is used with the search parameter, it is applied to both lookups; display name and identifier. It comes from the previous name-prefix lookup, and should not be used for the identifier lookup (which should yield at most one result).
The text was updated successfully, but these errors were encountered: