On 9 July 2013 12:08, Mysurf Mail <stammail...@gmail.com> wrote: > Hi, > A general question: > > > Let's say I have Car And CarParts 1:n relation. > > And I have discovered that the user had entered in the search field instead > of car name - a part serial number (SKU). > (I discovered it useing regex) > > Is there a way to fetch different types of answers in Solr? > Is there a way to fetch mixed types in the answers? > Is there something similiar to that and how is that feature called?
Your description is not clear enough. What do you mean by "different types of answers", and "mixed types"? Assuming that you want to have a different query, or multiple different queries, when you deduce on the front-end that the user might have entered a part number instead of a name, you will need to change the query/queries going to Solr, and collate the results. Regards, Gora