query_hits.Rd
Search the database and return how many hits
query_hits(query)
Specify the text query to send to elasticsearch.
tibble.
# How many hits were there for a term. if (FALSE) { query_hits( query ="cotton" ) }