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 fuzzy-date function to case search #35065

Merged
merged 8 commits into from
Sep 12, 2024
Merged

Add fuzzy-date function to case search #35065

merged 8 commits into from
Sep 12, 2024

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ec9d241 View commit details
    Browse the repository at this point in the history
  2. Restructure fuzzy-date query to boost original val

    Use should query with two clauses: 1) terms for all permutations and
    2) term for just the orignal date will give cases with an exact date
    match a higher score.
    MartinRiese committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    023eb53 View commit details
    Browse the repository at this point in the history
  3. Add validation for date just in case

    Should be formatted correctly beforehand though
    MartinRiese committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1c2e1c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 10, 2024

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