danielschuster-muc / potter-db

A Harry Potter database for all your wizarding needs: Books, Characters, Movies, Spells, and Potions. Powered by https://github.com/danielschuster-muc/scrabby
https://potterdb.com
MIT License
97 stars 38 forks source link

[Bug]: Filtering characters by image not working #838

Open mmorenodev opened 1 week ago

mmorenodev commented 1 week ago

Project

API (api.potterdb.com)

Bug description

I tried to filter and get all the characters that have an image different than null but none of the predicates worked.

Expected Behavior

Get all characters with an image defined.

Steps to reproduce

Hit the characters endpoint, this is one of the filters I tried https://api.potterdb.com/v1/characters?filter[image_not_null]

Screenshots

![DESCRIPTION](LINK.png)
N/A

Logs

N/A