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(getSuggestions): allow nested arrays to be returned #331

Merged
merged 14 commits into from
Oct 29, 2020

Commits on Oct 23, 2020

  1. fix(getSuggestions): allow nested arrays to be returned

    this is useful, since it allows getAlgoliaHits to be used top-level, but also within a single source, without having to take the first element of the array manually
    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a019c73 View commit details
    Browse the repository at this point in the history
  2. Update packages/autocomplete-core/src/getAutocompleteSetters.ts

    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    Haroenv and francoischalifour committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a105d75 View commit details
    Browse the repository at this point in the history
  3. inline logic in test

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    bbe8f35 View commit details
    Browse the repository at this point in the history
  4. better wording for test

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    09fa945 View commit details
    Browse the repository at this point in the history
  5. refactor test

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7a78005 View commit details
    Browse the repository at this point in the history
  6. revert public api change

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5d81d78 View commit details
    Browse the repository at this point in the history
  7. idk

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c9677d5 View commit details
    Browse the repository at this point in the history
  8. fix import in test

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    4b9f503 View commit details
    Browse the repository at this point in the history
  9. change type in test

    Haroenv committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    dc4ef68 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. remove comment

    Haroenv committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b1aceda View commit details
    Browse the repository at this point in the history
  2. fix tests based on rebase

    Haroenv committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4a8f37b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. fix type

    Haroenv committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    83df90f View commit details
    Browse the repository at this point in the history
  2. remove multi

    Haroenv committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    424ac39 View commit details
    Browse the repository at this point in the history
  3. remove more

    Haroenv committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9d5fb35 View commit details
    Browse the repository at this point in the history