Hi All, I have a strange problem. I have 3 documents in my solr index. Title is default search field. 3 documents have titles *new1*, *new2*, *new3* respectively.
Now if I search for **new1* .. it does not return anything but if I search for **new* .. it returns all 3 documents Why is it behaving like this? It should return one post for the first case, but its returning nothing. Thanks Riz