SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
1 stars 0 forks source link

Autocomplete in place of tag search #105

Closed SGA-A closed 5 months ago

SGA-A commented 5 months ago

Is your feature request related to a problem? Please describe. There is a command called /anime tagsearch that can be used to search for tags across the kona website. There is also an /anime kona command to surf through images across the website by a valid tag. A great idea popped into my mind that the callback for the /tagsearch should just become the autocomplete for the tag parameter in /kona. It is much more helpful as well.

Describe the solution you'd like

It is also worth adding new parameters because of this change, replace the tags param name with multiple parameters such as tag1, tag2, tag3, etc.

Describe alternatives you've considered None

Additional context None