-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌐⬅️add RTL to sodo-search & improved tests #21152
Conversation
LGTM! Could you add some tests? Or I can, but we won't want to merge this until we have something covering it. |
Happy to, but I could use a little help thinking through that. Sorry, I'm a bit of a noob. :) |
Added tests - additional test for correct stemming in English, plus tested full word and stemmed retrieval with Arabic content. (Probably with horrible grammar.) |
🌐Patch sodo-search to work with RTL languages also. -- Cathy Sarisky
Add dir prop, calculated by i18next from language (using the dir function)
Tweak a few styles to use me/ms/pe/ps instead of mr/ml/pr/pl
Suggestions for a better way to get rtl into the iframe html welcome. This is what I came up with.
Added updated test that checks that stemming works in English, and added tests for partial and full-word searching with RTL content.