NoppesTheFolf / E621Client

.NET Standard wrapper for the e621 API.
MIT License
9 stars 1 forks source link

GetPostsAsync always returns empty with multiple tags #13

Closed PixieCatSupreme closed 2 years ago

PixieCatSupreme commented 2 years ago

When using multiple tags, for example "domestic_cat" and "black_fur", separated by space the E621Client.GetPostsAsync method returns an empty list. It is however possible to search both tags separately and get results back.

image image image