Skip to content

[FIX] Implement 'raw' filter in TikiFilter class to avoid the error 'Filter not found: raw'

Ushindi Gedeon requested to merge GedeonTS/tiki:fix-and-add-raw-filter into master
  • This commit fixes the issue where the 'raw' filter was not implemented in the TikiFilter class, causing errors during data processing. The 'raw' filter allows passing input data without any modifications, providing a solution to avoid the error encountered.

The 'raw' filter ensures that input data can be handled safely and without unexpected alterations, addressing the underlying cause of the error.

For issue:https://app.glitchtip.com/evoludata/issues/5827864

Merge request reports