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

[question] possibility to combine keywords e.g. logical AND? #27

Open
daKmoR opened this issue Feb 15, 2019 · 1 comment
Open

[question] possibility to combine keywords e.g. logical AND? #27

daKmoR opened this issue Feb 15, 2019 · 1 comment

Comments

@daKmoR
Copy link

daKmoR commented Feb 15, 2019

hey,

sorry if that is not the correct place where to ask questions but I couldn't find a better place 🙈

is there a possibility to combine keywords?
e.g. I only want to see packages which have keyword foo and bar

Example Packages with the following keywords:

  1. foo, blue, one
  2. foo, blue, two
  3. foo, green, three

Search Results:

  • keywords:foo : 1, 2, 3 ✔️
  • keywords:blue : 1, 2 ✔️
  • keywords:blue,green : 1, 2, 3 ✔️ (e.g. show packages that have blue OR green)
  • keywords:foo,-blue : 3 ✔️ (e.g. show packages that have foo but do not have blue)
  • keywords:foo,+blue : 1, 2, 3 ❌ (should be: 1-2 e.g. show packages that have foo AND blue)

I'm not sure if + is the correct thing here? probably it doesn't exist 🙈 is there any way to archive this?

@nprail
Copy link

nprail commented Oct 27, 2019

I'm trying to figure out how to do this too.

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

2 participants