quran / quran-ios

QuranEngine is the engine powering the Quran.com iOS app.
Apache License 2.0
457 stars 158 forks source link

Search - reference the ayah #169

Closed abunur closed 6 years ago

abunur commented 7 years ago

When searching, the search results list should show the surah:ayah numbers to the side of each result

img_1517

mohamede1945 commented 7 years ago

That's actually the autocomplete results. You still need to tap the search button on the keyboard to see the results.

screen shot 2017-05-29 at 10 36 32 am

abunur commented 7 years ago

Ah it wasn't obvious that search needs to be tapped separately; I'd call that a UX issue in that case. Perhaps we need to execute search automatically when there is a pause in typing.

mohamede1945 commented 7 years ago

Actually, this is how the app store search works.

Besides, if you are really searching for a word, you will eventually do either tap the search button on the keyboard or tap one of the autocomplete suggestions.

mohamede1945 commented 7 years ago

On the other hand, the autocomplete suggestions I think should be improved a little bit. Currently, it shows the text till the end of the Ayah. Which makes the results differences are huge. One simple improvement would be to only show one or two more words.