Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pattern / regex filter output #5

Open
SkyperTHC opened this issue Aug 10, 2024 · 0 comments
Open

pattern / regex filter output #5

SkyperTHC opened this issue Aug 10, 2024 · 0 comments

Comments

@SkyperTHC
Copy link
Collaborator

SkyperTHC commented Aug 10, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant