AlphaKretin / bastion-bot

A Discord bot for displaying information about Yu-Gi-Oh! cards.
https://www.patreon.com/alphakretinbots
GNU General Public License v3.0
23 stars 16 forks source link

Option to combine searches #61

Closed AlphaKretin closed 1 year ago

AlphaKretin commented 4 years ago

For example, take a previous set of results and apply an additional filter to it. This will also allow searching for results that match multiple phrases, or adding a text search to a name match.

kevinlul commented 1 year ago

Lucene query strings in the replacement command (DawnbrandBots/bastion-bot#343) support much more complex and nested logic, which covers this use case.