Fuzzy search for terms related to taxonomic names

am_search_fuzzy(search_term)

Arguments

search_term

token query, phrase query or NEAR query (see http://www.sqlite.org/fts5.html)

Value

tibble with matching keys (database identifiers)

Examples

if (FALSE) { # \dontrun{
am_search_fuzzy("trevally")
am_search_fuzzy("trevally OR animalia")
} # }