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
E.g. https://api.inaturalist.org/v1/search?q=Washington+County%2C+US%2C+OK returns no results even though the display_name of https://www.inaturalist.org/places/washington-county-ok-us is Washington County, US, OK.
display_name
Washington County, US, OK
https://github.com/inaturalist/iNaturalistAPI/blob/main/lib/controllers/v1/search_controller.js#L69 suggests we are matching against all fields ending in _autocomplete, and the places index has a display_name_autocomplete field, so why isn't this working?
_autocomplete
display_name_autocomplete
The text was updated successfully, but these errors were encountered:
No branches or pull requests
E.g. https://api.inaturalist.org/v1/search?q=Washington+County%2C+US%2C+OK returns no results even though the
display_name
of https://www.inaturalist.org/places/washington-county-ok-us isWashington County, US, OK
.https://github.com/inaturalist/iNaturalistAPI/blob/main/lib/controllers/v1/search_controller.js#L69 suggests we are matching against all fields ending in
_autocomplete
, and the places index has adisplay_name_autocomplete
field, so why isn't this working?The text was updated successfully, but these errors were encountered: