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

Allow more than one keywords as the yaml is pretending with keyword"s" #38

Open
thomasmerz opened this issue Feb 6, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@thomasmerz
Copy link

thomasmerz commented Feb 6, 2022

Is your feature request related to a problem? Please describe.
I would like to summarize many keywords to label them with the same label(s).
Without this feature I have to make many entries with location+keyword+labels 😞

Describe the solution you'd like
For example it should be possible to define something like that:

   - location: title
     keywords:
       - 'pi-hole'
       - 'pihole'
     labels:
      - pi-hole
      - adblocking

You can imagine that this description will got very long for many keywords and hard to maintain… 🤷🏻‍♂️

Describe alternatives you've considered
Alternatives right now are:

   - location: title
     keywords:
       - 'pi-hole'
     labels:
      - pi-hole
      - adblocking
   - location: title
     keywords:
       - 'pihole'
     labels:
      - pi-hole
      - adblocking

Additional context
There's no any other context or screenshots about the feature request here.

@thomasmerz
Copy link
Author

@riyadhalnur , did you found some time to have a look at my issue?

@riyadhalnur riyadhalnur added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants