Hi, Can anybody help me to sort out an issue of forward slash in solr search . I've a category combo box and I'm searching based on the category. Everything working fine except forward slash
My category is "Computer / IT" and its not showing the result.But when I removed the leading and trialing space from the slashes it worked (like 'Computer/IT')
The field that I specified for category is <field name="category" type="string" indexed="true" stored="true" />
Any clue??? dhanesh s.r