Bookworm-project / BookwormAPI

An API implementing a grammar for text analysis
MIT License
13 stars 1 forks source link

Allow case insensitive searches on words not in index. #5

Open bmschmidt opened 10 years ago

bmschmidt commented 10 years ago

Case-insensitive search doesn't work when the query doesn't exist in the typed case. e.g. on http://bookworm.culturomics.org/arxiv/, searching for GRAPHene won't match any of the matches for 'graphene' or 'Graphene' or any other iteration. Any string that has at least one result in case-sensitive search will work as expected as a case-insensitive query.