Filter on patterns

This filter searches for patterns in the extract text for a webpage. Be aware that the text MAY contain line wraps on unexpected places. This search is rather expensive.

This filter rule gets configured with PAIRS: the name of the pattern and its pattern.


Hit information

When you include the actual matches in your result, you will get one Hit for each matching pattern. Each Hit looks like this:

{ "rule": "match text",
  "pattern": "<name>",
  "matches": [ "<match1>", "<match2>" ]
}

Only unique matches are reported.