Tokenization
Hyphen and underscore (- _) characters are tokenized in some searches and are not read by the search engine as hyphens and underscores except in exact match searches:
animal_center and animal-center: Return the same results.
animal center: Returns a different set of results.
"animal-center", "animal_center" and "animal center": All search for the exact strings in the quotes and return different results.
table:"bee_colony_census_data_by_county": This is the format required to get an exact search match.