Comment on Show HN: I made a site that calculates the market price of items on ebayComments−regularfry13yThe search term "win&win riser" breaks it. Looks like you're not url-escaping the search term?EDIT - also it looks like you're submitting it to ebay badly, the results for "win&win" are same as for "win".−locksleyOP13yAhh, thanks for the heads up. I'm using a URI Escape function on the search terms and that might be breaking something. Looking into it now.
Comments
The search term "win&win riser" breaks it. Looks like you're not url-escaping the search term?
EDIT - also it looks like you're submitting it to ebay badly, the results for "win&win" are same as for "win".
Ahh, thanks for the heads up. I'm using a URI Escape function on the search terms and that might be breaking something. Looking into it now.