joedawson / amazon-ecs

With Laravel, search and lookup Amazon products easily.
MIT License
52 stars 26 forks source link

order results search #4

Closed oncelot closed 8 years ago

oncelot commented 8 years ago

It's possible order by price - relevance and search only in category elettronics - movie etc.? thanks

joedawson commented 8 years ago

Hello,

Unfortunately there's no way to order them using this package.

The only way you'd be able to do it would be to store the products you search somewhere (database?) and then run your own queries on that to sort them.

Thanks for using the package :)