Hello to everyone and thank you for this great site! I’m building a tool using the GBIF API and I have some questions about its usage.
First one: is it possible to do actual full text search on suggestions? E.g.
https://api.gbif.org/v1/species/suggest?q=Myrta&rank=GENUS
this correctly reports results.
https://api.gbif.org/v1/species/suggest?q=yrta&rank=GENUS
this does not return any result
Should I use a different syntax? Is that just not possible?
Thank you for your time!