You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is the right place for this but how about a filter for a date?
A "from" and a "to" field could be added to the configuration so that searches can be done within time periods, from a date and to a date.
e.g.
filters:
min_size: 10
from: 1.1.22
to: 1.3.22
The text was updated successfully, but these errors were encountered:
For example. The feature could also be very useful if anyone wants to move at a certain time. Offers after or before this point would be too late or too early.
This wouldn't be too complicated to do, assuming the data is there on the sites themselves. The 'extract_data' function in the crawlers is parsing the listings into database entries. You should be able to add new fields there and populate them if the data is present in the listing. Extending the filters is also not such a tricky task.
@nbruechmann Are you a developer? Do you want to have a go at making a pull request?
@nbruechmann Sorry - I see you have already committed to the project. Of course you're a developer :) If you want to give this a go, I'm happy to support and review your changes.
I don't know if this is the right place for this but how about a filter for a date?
A "from" and a "to" field could be added to the configuration so that searches can be done within time periods, from a date and to a date.
e.g.
filters:
min_size: 10
from: 1.1.22
to: 1.3.22
The text was updated successfully, but these errors were encountered: