[GH-ISSUE #101] !explain shouldn't be case-sensitive #20

Closed
opened 2026-02-15 15:54:44 -05:00 by yindo · 0 comments
Owner

Originally created by @13xforever on GitHub (Oct 15, 2018).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/101

The easiest way is to normalize terms to lowercase on add/explain.
Doing case-insensitive db schema update isn't as easy, and fraught with frail (both in Unicode support and performance).

Originally created by @13xforever on GitHub (Oct 15, 2018). Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/101 The easiest way is to normalize terms to lowercase on add/explain. Doing case-insensitive db schema update isn't as easy, and fraught with frail (both in Unicode support and performance).
yindo added the good first issue label 2026-02-15 15:54:44 -05:00
yindo closed this issue 2026-02-15 15:54:44 -05:00
yindo changed title from !explain shouldn't be case-sensitive to [GH-ISSUE #101] !explain shouldn't be case-sensitive 2026-06-05 15:24:55 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#20