|
|
|
|
|
by kapgoals
5245 days ago
|
|
If you wanted a particular color, you could already do that with the color filter we have set up.
As for things like premium model or navigation, you certainly have a point; we're currently working on a free text search which would allow you to remove any listing that doesn't contain your search string in it's description. Hopefully this would help significantly in the situation you are describing. |
|
What if there are two cars, one of which is $250 more, but which has a few (fairly minor) additional features and is 75 miles closer to the user? Figuring out which car the user wants to see is a hard problem.
That obviously doesn't mean it's not worth working on, but my guess is your current solution is sub-optimal enough you'd be better off displaying all of the results and simply ordering them based on these criteria. Or at least making it very obvious to the user there are other relevant results, since most people are used to all relevant results being displayed in one long list (that's my guess; I'm not an expert in this at all).