Closed mufidu closed 3 years ago
https://api.quran.com/api/v4/search?q=musa https://api.quran.com/api/v3/search?q=musa
V3 and V4 of this API returns the following:
{ "status": 500, "error": "Internal Server Error" }
It was working for the past week and then suddenly stopped working yesterday. Has there been any changes on your end?
@mufidu Search was buggy and broken, finally got some time and pushed some fixes this week.
language=id
should search from all Indonesian translations language
query string is empty, system will try to detect the langauges from the query string and search from all detected languages Great, thanks!
I tried the search endpoint and it seems like I can't use it because it has several problems.
First, when I tried
It will return some verses containing "air" in English translation, not in Bahasa Indonesia as expected. And the total results are just 5 which is I'm sure there are more.
But if I try for
like in #309, it just works as expected. So the language params seem ignored. Using the ISO code and language id has the same results.
But tried this one,
And I got mixed translations from Slovak, Bosnia, and other languages. I just can get the correct results using the "water" query.
Lastly this,
will give an empty result. I looked up the Quran and there are some verses containing "sedih".
Thank you, hope it helps. Other endpoints work fine, great job team!