ivysochyn / apartment-parser

Apache License 2.0
0 stars 0 forks source link

Add sorting by the most fresh offers #5

Closed ivysochyn closed 1 year ago

ivysochyn commented 1 year ago

The current problem is that we're getting offers by recommendations from OLX, the task is to rework the request to get the 'newest' offers.

ivysochyn commented 1 year ago

This can be done by setting search[order]=created_at%3Adesc in the get request.