Since Amazon SimpleDB does not provide a case-insensitive query, what would be the best way to do case-insensitive attribute searches in simpleDB?
One thing that can be done includes a separate attribute, which is a line version of each row, and then use a โsimilarโ query, but it will include a lot of duplication. Is there any elegant way to do the same?
EDIT
At first I tried to save a separate attribute, which was a lowercase version of the text to search, and then used a query like โhowโ, but โhowโ is not very fast for the things that I create, as well as the idea of โโadding redundant data and the complexity of the application is not cool . So I integrated elasticsearch and it works pretty well so far + this gives more control over the search.
search amazon-simpledb
r15habh
source share