FourierTransformer / DailyMath

the daily math webapp!
https://dailymath.io
GNU General Public License v2.0
1 stars 0 forks source link

String compare should be case insensitive #23

Closed FourierTransformer closed 8 years ago

FourierTransformer commented 8 years ago

maybe even consider doing some natural language magic to find other words which are considered acceptable. ("YA", "Aye", or "Correct") - I'll see if there is a clean library for this.

case-insensitive

FourierTransformer commented 8 years ago

This should be resolved as of 0c0106056ad28e909dc9f25c176b58c236b826e9

ATM, it only does case insensitive searching. I'll recreate this when I'm more comfortable with doing it via natural language.