From user email: ``` r occ_search(scientificName='Corynorhinus townsendii ingens', config=verbose()) #> ... #> /v1/occurrence/search?limit=500&offset=0 #> ... ``` isn't passing in the `scientifcName` parameter - it's being set to `NULL` so ignored. already identified problem, fixing soon happening here https://github.com/ropensci/rgbif/blob/master/R/occ_search.r#L278-L285