Re: Solr Accent Insensitive and sensitive search
Well, we can't tell. Because you haven't identified the field you are working with. So, we need two additional pieces of information: the query you use that works the query you use that doesn't work And attach &debugQuery=on to both of them and post the results back please. But looking at the a
Re: Solr Accent Insensitive and sensitive search
Hi! Thank you for your response! here is my full schema:
RE: Solr Accent Insensitive and sensitive search
Are you using the same analyzer for both type="query" and type="index"? Can you show us the fieldType from your schema? -Michael