Skip to content

3484939 : Enhancing string matching with transliteration

Rémi SIMAER requested to merge issue/views_json_source-3484939:2.0.x into 2.0.x

Transliteration handling to the views_json_source module. The following changes were made:

Modification of the ViewsJsonQuery class to handle transliteration:

  • Added a transliterateValue method to transliterate values before comparing them.
  • Modified the ops method to use transliteration during string comparisons.

Merge request reports

Loading