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

Fix -contains to allow multiple terms with "OR" logic unless -and is added #1890

Merged
merged 9 commits into from
May 21, 2024

Commits on May 9, 2024

  1. Store multiple -contains arguments (OR default).

    Allow multiple occurrences of the -contains argument
    to be stored in a list. Previously, only the last occurrence was
    considered. Additionally, the behavior has been modified to default to
    OR logic, meaning that if multiple -contains arguments are provided,
    entries matching any of them will be included in the results.
    eigenric committed May 9, 2024
    Configuration menu
    Copy the full SHA
    edff5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044bc64 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Run poe format

    micahellison committed May 10, 2024
    Configuration menu
    Copy the full SHA
    989f504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb8608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799fb8d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #1 from micahellison/eigenric/develop

    Eigenric/develop
    eigenric committed May 11, 2024
    Configuration menu
    Copy the full SHA
    f17a857 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Black version updated.

    eigenric committed May 19, 2024
    Configuration menu
    Copy the full SHA
    afbb255 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3fecd47 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    a7fd316 View commit details
    Browse the repository at this point in the history