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

Merge main (v1.6.2) into develop #458

Merged
merged 6 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. v1.6.2

    github-actions[bot] committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c7535fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #455 from yext/dev/update-version-v1.6.2

    Update Package Version to v1.6.2
    sahilvaidya authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d21223b View commit details
    Browse the repository at this point in the history
  3. Avoid map key conflict for document results (#456)

    * Avoid map key conflict for document results
    
    We currently can't have VerticalResults for document verticals since
    two results from the same entity will cause a map key conflict.
    To resolve this, we are making the key the result ID and the result
    index which should always be unique.
    
    J=WAT-4282
    TEST=manual,auto
    
    Created a test document search config on the test-site which previously
    failed to return VerticalResults properly due to the key error
    now returns the results and updates on a new search
    
    * Update snapshots
    
    ---------
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    sahilvaidya and github-actions[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    01ecfa9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #457 from yext/hotfix/v1.6.2

    Version 1.6.2
    **Fixes**
    - Enables Document Verticals to use VerticalResult by adjusting VerticalResult map key to combine the result id and index avoiding conflicts #456
    sahilvaidya authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ae60515 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    80e4075 View commit details
    Browse the repository at this point in the history
  2. decrement package

    Fondryext committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d9c924b View commit details
    Browse the repository at this point in the history