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

Fix search for SurveyedLocales #3408

Closed
stellanl opened this issue Feb 6, 2020 · 2 comments
Closed

Fix search for SurveyedLocales #3408

stellanl opened this issue Feb 6, 2020 · 2 comments
Assignees
Labels
1 - Assignment Bug Mark which issues are related to bugs

Comments

@stellanl
Copy link
Contributor

stellanl commented Feb 6, 2020

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).

@stellanl stellanl self-assigned this Feb 6, 2020
valllllll2000 pushed a commit that referenced this issue Feb 6, 2020
[#3408]Do not use "since" parameter in identifier search.
@muloem
Copy link
Member

muloem commented Feb 7, 2020

@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

@iperdomo iperdomo added the Bug Mark which issues are related to bugs label Feb 17, 2020
@iperdomo
Copy link
Contributor

@stellanl @muloem I think this is a showstopper We need to fix it for releasing 1.11

iperdomo added a commit that referenced this issue Feb 17, 2020
stellanl added a commit that referenced this issue Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - Assignment Bug Mark which issues are related to bugs
Projects
None yet
Development

No branches or pull requests

3 participants