cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOLR case sensitive and inconsistent

Former Member
361

Hi all,

Expectation from our code : When a product code is provided in the query, to get response of only that product ie., single result

Query is of the form : "product:code:1234". Originally, item_type of product is string. Now, when the query is run with a lower case "p" in product only a single result is returned whereas when the query is run with an upper case "P" in product multiple product results are generated even though the code has been specified.

Considering "string" is case sensitive, we changed the type to "text". However, now even though the results are consistent with "p" and "P", the number of results is more than one. Can anyone help with this please?

Accepted Solutions (0)

Answers (0)