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 Search Source File crashing when used with a complex filter #2213

Merged
merged 9 commits into from
Aug 21, 2024

Commits on Aug 3, 2024

  1. Added maximumArgsLength computation

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    894992e View commit details
    Browse the repository at this point in the history
  2. HitSource must implement WithPath

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5ecea6e View commit details
    Browse the repository at this point in the history
  3. Fixed "search members" for complex filters

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    15d50cb View commit details
    Browse the repository at this point in the history
  4. Set progress to first search message right away

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1cbfb23 View commit details
    Browse the repository at this point in the history
  5. Fixed position used when opening a search result

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bcd6bde View commit details
    Browse the repository at this point in the history
  6. Fixed empty search reporting an empty search hit

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    471874d View commit details
    Browse the repository at this point in the history
  7. Always clear search message interval

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    087ecce View commit details
    Browse the repository at this point in the history
  8. Added comments and full path tp getconf/expr

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ce71f27 View commit details
    Browse the repository at this point in the history
  9. Added search API test cases

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2cf5416 View commit details
    Browse the repository at this point in the history