Hi,
I am using solr14 and when I search with 'and' the it searches the documents
containing 'and' as a text but If I am searching with 'AND' word then it
will not search 'and' as a text and taking as a logical operator so any one
have idea that why this both makes difference.
Also both giving dif
Hi Raymond Wiker,
When we search like this
1) tag:”test” works
2) tag:”TEST” works
3) tag:”test” && tag:”other” works to find items with both tags
4) tag:”TEST” && tag:”other” *doesn’t work.*
Either 2 should fail with true case sensitivity or 4 should work (as the
combination of two valid