Files
Mohammed Alkindi 2b57747628 docs(api): document global_regex_flags and deny_list_score on PatternRecognizer (#2255)
PatternRecognizer.from_dict passes every ad_hoc_recognizers key straight to the constructor, so both reach the REST API, but neither appeared in the documented schema. global_regex_flags matters most: it defaults to 26 (DOTALL|MULTILINE|IGNORECASE), which makes every ad-hoc pattern case-insensitive unless a caller overrides it.

Closes #1603
2026-09-15 15:50:09 +03:00
..