juliomalegria / python-craigslist

Simple Craigslist wrapper
MIT No Attribution
387 stars 117 forks source link

Get fields used to filter by #63

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is there a way to get the fields the query filtered by in the result? For example, when searching for cars we can filter with min_miles and max_miles, however the result doesn't return the actual miles. Can this be done with customize_result function instead? If so can you add example usage in the read me? I've looked at the source code and from what I understand you have to change the flag of custom_result_fields to true in CraigslistBase. I'd be nice to have this done once an instance has been created.