dzikirqu / dzikirqu-android

Is an All in One app for Muslims with lots of features such as Prayer Times & Adhan, Collections of Dhikr and Prayer sourced from Authentic Hadith, The Holy Qur'an, Qibla, Notes and many more!
GNU General Public License v3.0
128 stars 33 forks source link

Quran Search Engine Improvement #23

Open ImBIOS opened 1 year ago

ImBIOS commented 1 year ago

Please Describe The Problem To Be Solved It would be nice and help so many problems I am facing that when I want to search for something not specific or have some typos, I expect to get a result of something near.

(Optional): Suggest A Solution We could implement semantic search with its AI and typo-safe. It will be expensive in server resources, but it's the only solution to solve this. We can use something like Elasticsearch from Quran.com API or create a custom for it. I recommend using the quran.com API elastic search for simplicity and fast deliverability to the end-user, so we can get user feedback faster.

If there are multiple solutions, please present each one separately. Save comparisons for the very end.)