Re: Search query with uppercase getting different results

2022-03-31 Thread ozatomic
word'. Cheers, JAG On Thu, Mar 31, 2022 at 10:27 PM ozatomic wrote: Hi, While doing some testing with my instance of solr I have noticed that if i mix cases in a search string it is treated like 2 words? is this the expected behavior? or a config issue. Examples "myword"

Search query with uppercase getting different results

2022-03-31 Thread ozatomic
Hi, While doing some testing with my instance of solr I have noticed that if i mix cases in a search string it is treated like 2 words? is this the expected behavior? or a config issue. Examples "myword" returns results with: - myword - myWord - MYWord "myWORD" returns results with: - myw