Xeverous / filter_spirit

Advanced item filter generator for Path of Exile that uses it's own DSL and online item price APIs
GNU General Public License v3.0
36 stars 7 forks source link

allow to generate filters with no data #28

Closed Xeverous closed 4 years ago

Xeverous commented 4 years ago

Some users are generating filters intended for SSF. They do not use any price queries. Having to download data or read any existing saves is an unnecessary requirement for such filters.

Hence, the new option (-e, --empty-data) which simply proceeds with generation using empty price data. If there are any queries in the filter, they will simply evaluate to nothing (as if no items matched the price range).

Xeverous commented 4 years ago

Implemented in 7f3371a4c9ba8a7007f377a613e859fc2b60b77b.