How would I go about doing something like this. Not sure if this is something that can be accomplished on the index side or its something that should be done in our application.
Say we are an online store for shoes and we are selling Product A in red, blue and green. Is there a way when we search for Product A all three results can be returned even though they are logically the same item (same product in our database). Thoughts on how this can be accomplished? Thanks - M