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
https://api.inaturalist.org/v1/observations?project_id=99-arter-at-se-f%C3%B8r-du-bliver-voksen returns a 422 even though https://www.inaturalist.org/projects/99-arter-at-se-f%C3%B8r-du-bliver-voksen exists. The fact that the slug begins with a number doesn't seem to be a factor, b/c if you make a project called "99 Problems" a 422 ain't one. The relevant filter is getting constructed at https://github.com/inaturalist/iNaturalistAPI/blob/main/lib/models/es_model.js#L22, though it's not clear to me why UTF values would interfere.
The text was updated successfully, but these errors were encountered:
can lookup projects by slug_keyword #250
5c7e62e
pleary
No branches or pull requests
https://api.inaturalist.org/v1/observations?project_id=99-arter-at-se-f%C3%B8r-du-bliver-voksen returns a 422 even though https://www.inaturalist.org/projects/99-arter-at-se-f%C3%B8r-du-bliver-voksen exists. The fact that the slug begins with a number doesn't seem to be a factor, b/c if you make a project called "99 Problems" a 422 ain't one. The relevant filter is getting constructed at https://github.com/inaturalist/iNaturalistAPI/blob/main/lib/models/es_model.js#L22, though it's not clear to me why UTF values would interfere.
The text was updated successfully, but these errors were encountered: