Possible to ingore case in a query on an not_analzyed field?

Hi,

We have a field that is not analyzed and we haven't done any tokenizing on it, but I'm wondering if, at query time, I can ignore case, such that the doc count for Hello and hello, for example, would be the total for both?

Thanks!
Casie

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-analyzer.html may be what you need.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.