Lower case (or upper) case the string in the map function, and then only query 
for abc (or ABC) 


On Monday, 21 October 2013 at 20:19, Hank Knight wrote:

> Can I do a search based on a case-insensitive key?
> 
> For example "aBc" should return the same results as "AbB".
> 
> http://localhost:5984/mydb/_design/type/_view/q?limit=100&key=%22aBc%22 


Reply via email to