GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Make `query` parameter optional for `/search` command #205

Open TimJentzsch opened 1 year ago

TimJentzsch commented 1 year ago

We have enough other useful parameters now that the query parameter isn't always needed. The current workaround is to set it to Transcription, which is available in all transcriptions, but we should properly support this use case.

In this case, the text search result should be omitted. Ideally, we could also increase the number of results per (Discord) page from 5 to 10 in this case (as there is more space available).