Skip to content
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

Search in translit feature #33

Open
d47081 opened this issue Oct 27, 2023 · 1 comment
Open

Search in translit feature #33

d47081 opened this issue Oct 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@d47081
Copy link
Contributor

d47081 commented Oct 27, 2023

Most of uploads have latin transliteration in filenames that using in search index.

Would be nice to increase search results quantity by word forms using condition:

(keyword1 => :keyword1 OR form1 => :form1, ...) AND
(keyword2 => :keyword2 OR form2 => :form2, ...) AND 
...
@d47081 d47081 added the enhancement New feature or request label Oct 27, 2023
@d47081 d47081 closed this as completed Oct 27, 2023
@d47081
Copy link
Contributor Author

d47081 commented Oct 27, 2023

Implemented with library
https://github.com/ashtokalo/php-translit

At this moment, it supports lot of locales, but not reverse transliteration
ashtokalo/php-translit#8

@d47081 d47081 reopened this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant