Skip to content

pattern / regex filter output #5

Description

@SkyperTHC

If there is not match then still show if there is a record to show (never show 'nothing' because of a pattern-miss

This feature would superseed the 'apex_domain".

RegEx costs time (on the server) so use pattern matching. Run them through a pre-filter to help the user.

  1. ".de" => ".de.$" (e.g. if it is in a list of known TLD's then be smart and add the $.
  2. ".google" => ".google"
  3. How to deal with pattern is specified multiple times? That should be a logical AND (not OR)? DISCUSS.

DISCUSS OR vs. AND:

  1. OR could be achieved by the user making multiple requests instead. We dont need to worry about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions