I’ll just copy my use case here from another thread:
To be more specific, my current process to check a genus of plants in some area for parasite identification is:
- Go to a genus
- filter by location
- click view all observations
- click the N Species tab (in this case 32)
- click into the taxon page
- copy the taxon id
- open this link and paste the ID:
https://www.inaturalist.org/observations?verifiable=any&field:Host=XXX
- checkout the results
- back to step 5 for each species present in the area.
It’s fairly tedious when functionality like with the taxon_id
parameter already does what I’m looking for in a few steps. Maybe there’s a better way but I haven’t found it yet.
For observations fields that accept taxon parameters it seems much less useful for them to work in a different way than the nested child/parent taxon system the rest of the UI uses.