I have a classifieds website, and users may for example search for cars.
When searching for a car, there are a number of endings in their names as you all probably know. For example lets say Bmw 330ci (ending beeing 'ci'), but there is also Bmw 330i, or Bmw 330di etc etc.
How can I make SOLR "understand" this, so if users search for 330 SOLR will return results containing 330ci/330i/330di etc.
Also, it shoul NOT return results if a user specifically inputs Bmw 330ci, then it should ONLY return Bmw 330ci and NOT Bmw 330i/di etc...
I am new to SOLR, but I am starting to understand how to get it to work. Need a little guidance on this one though!
How would you have done it?
Thanks