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 AND logic to keyword search #1162

Closed
YamatoSecurity opened this issue Aug 17, 2023 · 1 comment · Fixed by #1163
Closed

Add AND logic to keyword search #1162

YamatoSecurity opened this issue Aug 17, 2023 · 1 comment · Fixed by #1163
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YamatoSecurity
Copy link
Collaborator

Now, -k in the search command does OR logic but I have often found it useful if it could search on multiple terms with AND logic.
So under Filtering I want to add a -a, --and-logic Search keywords with AND logic. (default: OR)

argument conflicts with -r
requires -k

@YamatoSecurity YamatoSecurity added the enhancement New feature or request label Aug 17, 2023
@YamatoSecurity YamatoSecurity added this to the v2.8.0 milestone Aug 17, 2023
@hitenkoku hitenkoku self-assigned this Aug 17, 2023
@hitenkoku
Copy link
Collaborator

@YamatoSecurity I will try Implementation.
Can't I combine and and or, is that a problem?

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

Successfully merging a pull request may close this issue.

2 participants