DestinyItemManager / dim-api

Destiny Item Manager API Service
MIT License
37 stars 18 forks source link

Track the type of saved searches #215

Closed bhollis closed 6 months ago

bhollis commented 6 months ago

This adds a search_type column to saved searches, so that we can store Loadout searches alongside Item searches. DIM will have to filter them by type once it gets them, but this seems like the fewest changes to allow for saving different search types.

ryan-rushton commented 6 months ago

I don't know the backend super well but the changes LGTM in isolation