Letter Arabic Support #346
HasanSibakhi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it is better to clean the Arabic letters that have a (ء)
This will make the search bar smarter
var format = function format(value, diacritics) {
value = String(value).toLowerCase().replace('ا', 'إ').replace('ا', 'أ');
};
Thank you
Beta Was this translation helpful? Give feedback.
All reactions