You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the reciter search functionality in the app only allows searching for reciters by the name in the current app language. This feature enhancement will enable users to search for reciters by their names in both Arabic and English, regardless of the app's language setting.
For example:
If the app language is set to Arabic, users should be able to search using English names (e.g., searching for "Abdul Basit" while in Arabic mode)
If the app language is set to English, users should be able to search using Arabic names (e.g., searching for "عبد الباسط" while in English mode)
This bilingual search functionality will be implemented in the reciter selection screen to improve user experience for those who may know reciters by different name variants.
Current Implementation
The current search functionality in recite_notifier.dart only filters reciters based on the displayed name:
Description
Currently, the reciter search functionality in the app only allows searching for reciters by the name in the current app language. This feature enhancement will enable users to search for reciters by their names in both Arabic and English, regardless of the app's language setting.
For example:
This bilingual search functionality will be implemented in the reciter selection screen to improve user experience for those who may know reciters by different name variants.
Current Implementation
The current search functionality in
recite_notifier.dart
only filters reciters based on the displayed name:Proposed Changes
ReciterModel
class to store both Arabic and English names for each reciter_filterReciters
method inReciteNotifier
class to search in both name fields:reciter_selection_screen.dart
to handle and display results properlyThe text was updated successfully, but these errors were encountered: