dronefly-garden / dronefly

Red Discord Bot V3 cogs for naturalists.
Other
16 stars 3 forks source link

taxon: Support more than one rank in taxon query filter #156

Closed synrg closed 3 years ago

synrg commented 3 years ago

The taxon rank filter now no longer accepts more than one rank, whereas previously, it did, e.g.

,t mallard rank sp ssp

This used to return the best match for a taxon of either rank species or subspecies, but now raises an error condition (unfortunately, not logged) triggering output of the help.

  1. completely and properly remove the old bare rank keyword support from the parser.
  2. support searches for one or more ranks again as in the example command above.
synrg commented 3 years ago

Fixed in 8f7abe3258fef58edced2b2d06aeaba8a3583461