BlobEmoji / queuebot

Queue processing Discord bot for the Blob Emoji Discord server.
https://join.blobs.gg
MIT License
16 stars 3 forks source link

Add a way to search for suggestions with granularity #4

Open slice opened 6 years ago

slice commented 6 years ago

This could help find specific suggestions.

Restioson commented 6 years ago

What do you mean by 'search with granularity'?

slice commented 6 years ago

@Restioson Council members should be able to search for submitters and or emoji name. We can even decide to provide options for filtering by upvotes/downvotes and or suggestion status, and sorting by those metrics.

slice commented 6 years ago

For bonus points, we can use a fuzzy searching algorithm to help make the bot easier to use. Optional, though.

Restioson commented 6 years ago

Ah, I see - more specific search criteria. Levenshtein distance could be used so that slight misspellings wouldn't be detrimental to searching (btw, is this waat you mean by a fuzzy search?)

slice commented 6 years ago

Yes.