Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add regex delimiters to schema_filter to prevent preg_match errors
This commit adds necessary delimiters to regular expressions used in schema_filter configurations, preventing the 'No ending delimiter' error in preg_match. It improves the error handling by ensuring that regular expressions are always correctly formatted.
- Loading branch information