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

Print out search request as part of async search task description #62057

Merged

Commits on Sep 7, 2020

  1. Print out search request as part of async search task description

    Currently, the async search task is the task that will be running through the whole execution of an async search. While the submit async search task prints out the search as part of its description, async search task doesn't while it should.
    
    With this commit we address that while also making sure that the description highlights that the task is originated from an async search.
    
    Also, we streamline the way the description is printed out by SearchTask so that it does not get forgotten in the future.
    javanna committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b368b09 View commit details
    Browse the repository at this point in the history
  2. fix test

    javanna committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    abd3c29 View commit details
    Browse the repository at this point in the history
  3. checkstyle

    javanna committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3c38c0f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

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