SUC33x1 Match acute variations with plain ascii vowel leters when Filter translations into a language by words in the translation I.e., searching by words with 'a' shall also match translations with 'á' or 'à`', and the reverse.
Operating System | None |
Component | None |
Scope | None |
Impact | None |
Classification | None |
Category
Feature Requests
Login or
create an account to comment.
Comments
May require to produce a new case normalizer Zope component, for the catalog indexing pipeline, with the added complexity that searches should match BOTH acute/grave variations and the plain ASCII substitutions : so words with acute/grave characters must appear in both forms in the list of word to index from the text.
Both in upper and lower case. Plone case normalizer only works for ASCII, does not support the latin, cyrillic, or greek char sets. Generalize the problem and solution, to the case of multiple characters being indexed as the same plain character. Implement a ZCatalog ZCTextIndex splitter managing also the case normalization.