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

3033 Introduced V4 RECAP Search API #3975

Merged
merged 23 commits into from
May 6, 2024
Merged

Commits on Apr 15, 2024

  1. feat(api): Introduced V4 RECAP Search API

    - Serializers to support the V4 Search API.
    - Handling of the highlight parameter to enable or disable highlighting.
    albertisfu committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9086456 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix(api): Allow API users to enable or disable highlighting using the…

    … highlight param
    
    - If the highlight parameter is not passed to the API request, highlighting will be disabled by default.
    - To enable highlighting in the Search API, the "highlight=on" parameter must be sent.
    albertisfu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    90e6280 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. fix(api): Introduced cursor pagination for V4 Search API

    - Fixed highlight for other V3 search types.
    albertisfu committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6bb7b6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3158d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a44c616 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    8dfa629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1988928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b842d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    c869e9c View commit details
    Browse the repository at this point in the history
  2. fix(api): Added more_docs field to the v4 RECAP Search API

    - Added tests to test consistency of results across pagination.
    albertisfu committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    738d65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    102e7fc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    5745716 View commit details
    Browse the repository at this point in the history
  2. fix(api): Added HL for Docket "d" and RECAPDocument "rd" search types

    - Refactored tests to reuse code.
    albertisfu committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9d57c24 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. fix(api): Added cardinality count to obtain approximate results for o…

    …ver 10,000 hits
    
    - Introduced error handling for ES Search API requests.
    albertisfu committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    69f6a22 View commit details
    Browse the repository at this point in the history
  2. fix(api): Fixed failing test related to count queries and milestones …

    …logging
    
    - The number of API queries logged across all tests surpassed 500, reaching a new milestone and leading to an additional SQL query being logged in ApiQueryCountTests. The solution lies in using a custom logging prefix for ApiQueryCountTests.
    albertisfu committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ad1849c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    9269cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4662c7c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    dab6ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328b68e View commit details
    Browse the repository at this point in the history