berdandy / gw2search

Search for content by name in the gw2 api
MIT License
1 stars 0 forks source link

expand api_filter! macro to filter on more than just name #20

Open berdandy opened 3 months ago

berdandy commented 3 months ago

Several model types can have additional information. Skills and traits have descriptions for instance.

Ideally gw2search can optionally filter based on substring matches in these fields too.

Originally a subtask in https://github.com/berdandy/gw2search/issues/18