samimave / car-pool

Automatically exported from code.google.com/p/car-pool
0 stars 0 forks source link

search results #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a ride,

Search for it,

Two results are shown for the same ride.  I have checked by code, and it
doesn't happen in the junit test.  Could be the jsp page.  I had a quick
look at it and I can't see where, but you might be repeating the output
somehow.

Original issue reported on code.google.com by Jordan.D...@gmail.com on 20 Sep 2008 at 5:10

GoogleCodeExporter commented 9 years ago
Yes I knew when I was commiting that it would do that. It is because if you 
searched 
by more than one criteria then duplicates turn up if the same ride matches both 
criteria. I just thought of a way to solve this though so will try that out.

Original comment by parul2...@gmail.com on 20 Sep 2008 at 6:48

GoogleCodeExporter commented 9 years ago
I have now fixed the problem - please let me know if you can still see 
duplicates

Original comment by parul2...@gmail.com on 20 Sep 2008 at 7:30

GoogleCodeExporter commented 9 years ago
For Jordan: See if implementing wildcards for locations is possible and worth 
it.

Original comment by parul2...@gmail.com on 20 Sep 2008 at 8:15

GoogleCodeExporter commented 9 years ago
Locations now implements wildcards

Original comment by Jordan.D...@gmail.com on 22 Sep 2008 at 1:24