Platform (Android, iOS, Website):
Website, API
Browser, if a website issue (Firefox, Chrome, etc) :
Chrome
URLs (aka web addresses) of any relevant observations or pages:
https://www.inaturalist.org/observations?place_id=122851&taxon_id=319974&term_id_or_unknown=12&term_value_id=13
https://www.inaturalist.org/observations?place_id=122851&taxon_id=319974&term_id=12&term_value_id=13
Description of problem
I can’t find many examples of proper usage, but it seems like the “term_id_or_unknown” query parameter is not working as intended. The examples below use web URLs, but the API appears to behave identically.
What I’m trying to do is a query for “all plant observations which are either flowering or have no plant phenology annotation”. But when I try this, it appears that the “term_id_or_unknown” parameter is treated the same as the “term_id” parameter:
https://www.inaturalist.org/observations?place_id=122851&taxon_id=319974&term_id_or_unknown=12&term_value_id=13 shows 58 observations
https://www.inaturalist.org/observations?place_id=122851&taxon_id=319974&term_id=12&term_value_id=13 shows 58 observations