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

Add an option for rich selection queries using and/or/not syntax #5

Open
mjambon opened this issue Jan 14, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@mjambon
Copy link
Member

mjambon commented Jan 14, 2024

e.g. ./test run --tag 'slow and not todo' where slow and todo are user-defined tags that some tests carry.

See also #4.

@mjambon mjambon added the enhancement New feature or request label Jan 14, 2024
@mjambon mjambon changed the title Add an option to filter by tag using and/or/not syntax Add an option for rich selection queries using and/or/not syntax Feb 7, 2025
@mjambon
Copy link
Member Author

mjambon commented Feb 7, 2025

We might also want to mix tags with text search. For example, I can imagine myself using this:

./test -q '(foo or "blah blah") and tag:lang and not tag:todo'

and could be omitted as in old web search engines:

./test -q '(foo or "blah blah") tag:lang not tag:todo'

I think I prefer and to be explicit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant