mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Better numerical PEP search, fix PEP 499 too long #65

Closed Lunarmagpie closed 1 year ago

Lunarmagpie commented 1 year ago

If the query is a number return numbers that match the given number first. The rest remaining on limit is filled in with fuzzy sort.

Lunarmagpie commented 1 year ago

Rip there's a logic issue with this. Good thing it's a draft.

Lunarmagpie commented 1 year ago

Kinda broke one of my rules and fixed a bug that prevented autocomplete from working for pep 499

Lunarmagpie commented 1 year ago

bump

Lunarmagpie commented 1 year ago

made the changes

CircuitSacul commented 1 year ago

Title suggestion: "Better numerical PEP search, fix PEP 499 too long"

Lunarmagpie commented 1 year ago

Think im happy with the logic now. Bumped the amount autocompleted to 25 (max) since it looks fine on discord.

Lunarmagpie commented 1 year ago

This is the longest review for a short PR lol. The change is made.