ghoshRitesh12/aniwatch-api

Search Empty

ejatapibeda opened this issue · 1 comments

Describe the bug

animes empty while search

Expected behavior

when you search should be list of

animes: [ { id: string, name: string, poster: string, duration: string, type: string, rating: string, episodes: { sub: number, dub: number, } }, {...}, ],

Actual behavior

empty list

{"animes":[],

Additional context

my search

https://api-aniwatch.onrender.com/anime/search?q=titan&page=1

@ejatapibeda It's actually aniwatch's issue. As I've tried searching multiple terms, but nothing came up.