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 synonyms pagination #34

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2019

  1. Add Synonyms

    CaiqueMitsuoka committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    c3589f8 View commit details
    Browse the repository at this point in the history
  2. Add Query Rules

    CaiqueMitsuoka committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    99a3f7a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Update documentation

    CaiqueMitsuoka committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    bab02ff View commit details
    Browse the repository at this point in the history
  2. Fix query rule param

    CaiqueMitsuoka committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    5d34893 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Remove params sanitization from Path

    We are removing params sanitization since Algolia already validates it.
    With that we can keep the lib as thin as possible and as close as
    possible with the documentation.
    CaiqueMitsuoka committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    1214931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c2ad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Fix synonyms pagination

    elainenaomi committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    dc4a9f3 View commit details
    Browse the repository at this point in the history
  2. Improve tests

    elainenaomi committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ecb1f49 View commit details
    Browse the repository at this point in the history
  3. Fix broken test

    elainenaomi committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9829f2a View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary test

    elainenaomi committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8117fe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Improve test

    elainenaomi committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7c49399 View commit details
    Browse the repository at this point in the history
  2. Fix broken spec

    elainenaomi committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4df259f View commit details
    Browse the repository at this point in the history