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

Refactor #3

Closed
wants to merge 56 commits into from
Closed

Refactor #3

wants to merge 56 commits into from

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    4178159 View commit details
    Browse the repository at this point in the history
  2. Fix ProcessingTimeMs case

    migueltarga committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2310d3c View commit details
    Browse the repository at this point in the history
  3. Add code-samples

    migueltarga committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7a6746a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    ccf656f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4211e24 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Increase code coverage

    migueltarga committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8039c2f View commit details
    Browse the repository at this point in the history
  2. fix linting

    migueltarga committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c4e85d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    2ee9dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388f064 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge meilisearch#543

    543: Add facet search method r=curquiza a=migueltarga
    
    # Pull Request
    
    ## Related issue
    Fixes meilisearch#470
    
    ## What does this PR do?
    - Implements Facet Search introduced on version 1.3 
      Reference: https://www.meilisearch.com/docs/reference/api/facet_search
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [x] Have you read the contributing guidelines?
    - [x] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    Co-authored-by: Miguel Targa <[email protected]>
    Co-authored-by: Clémentine <[email protected]>
    3 people authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    26be7c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142442f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f227f7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7946372 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    81b4eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9691a73 View commit details
    Browse the repository at this point in the history
  3. Merge meilisearch#544

    544: Add rankingScoreThreshold search parameter r=curquiza a=Ja7ad
    
    # Pull Request
    
    ## Related issue
    Fixes meilisearch#539
    
    ## What does this PR do?
    - Add the search parameter rankingScoreThreshold introduced in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0)
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [x] Have you read the contributing guidelines?
    - [x] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    Co-authored-by: Javad <[email protected]>
    Co-authored-by: Clémentine <[email protected]>
    3 people authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    020572d View commit details
    Browse the repository at this point in the history
  4. Merge meilisearch#545

    545: Fix allow typo tolerance to be disabled for an index r=curquiza a=Ja7ad
    
    # Pull Request
    
    ## Related issue
    Fixes meilisearch#452 
    
    ## What does this PR do?
    - This make fix bug allow disable typo tolerance.
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [x] Have you read the contributing guidelines?
    - [x] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    Co-authored-by: Javad <[email protected]>
    meili-bors[bot] and Ja7ad authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    634600f View commit details
    Browse the repository at this point in the history
  5. Update version.go

    meili-bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    966203d View commit details
    Browse the repository at this point in the history
  6. Merge meilisearch#546

    546: Update version for the next release (v0.27.1) r=curquiza a=meili-bot
    
    _This PR is auto-generated._
    
    The automated script updates the version of meilisearch-go to a new version: "v0.27.1"
    
    
    Co-authored-by: meili-bot <[email protected]>
    meili-bors[bot] and meili-bot authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    59cdcef View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    b52fd49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3f14b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    522f179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e573b98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3459ce4 View commit details
    Browse the repository at this point in the history
  6. Merge meilisearch#548

    548: Add distinct search parameter r=curquiza a=Ja7ad
    
    # Pull Request
    
    ## Related issue
    Fixes meilisearch#542
    
    ## What does this PR do?
    - This PR accept distinct search parameter, Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#distinct-attributes-at-search-time).
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [x] Have you read the contributing guidelines?
    - [x] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    Co-authored-by: Javad <[email protected]>
    Co-authored-by: Javad Rajabzadeh <[email protected]>
    meili-bors[bot] and Ja7ad authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2e63faa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed238cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b4382e View commit details
    Browse the repository at this point in the history
  9. Feat get similar documents

    Ja7ad committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f792ff5 View commit details
    Browse the repository at this point in the history
  10. Merge meilisearch#547

    547: Add `searchCutoffMs` setting r=curquiza a=Ja7ad
    
    # Pull Request
    
    ## Related issue
    Fixes meilisearch#530 
    
    ## What does this PR do?
    - This PR make support `searchCutoffMs` settings, Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/settings#search-cutoff).
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [x] Have you read the contributing guidelines?
    - [x] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    Co-authored-by: Javad <[email protected]>
    Co-authored-by: Javad Rajabzadeh <[email protected]>
    meili-bors[bot] and Ja7ad authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    69d3542 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    634bb76 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    726e14a View commit details
    Browse the repository at this point in the history
  2. Merge meilisearch#549

    549: Feat get similar documents r=curquiza a=Ja7ad
    
    # Pull Request
    
    ## Related issue
    Fixes meilisearch#541 
    
    ## What does this PR do?
    - This PR get similar documents, Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/similar#get-similar-documents-with-post).
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [x] Have you read the contributing guidelines?
    - [x] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    Co-authored-by: Javad <[email protected]>
    Co-authored-by: Javad Rajabzadeh <[email protected]>
    meili-bors[bot] and Ja7ad authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    869e743 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into fix/json-tag-search-req

    # Conflicts:
    #	index_search.go
    #	types_easyjson.go
    Ja7ad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1a59b95 View commit details
    Browse the repository at this point in the history
  4. fix: conflicts on new changes

    Ja7ad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    52de46a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9e06f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a60bb2d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e19813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2544334 View commit details
    Browse the repository at this point in the history
  3. chore: add general errors

    Ja7ad committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6859a7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ed1483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96e9a18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb59fa3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    794b6ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b94d7f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af7e8b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ded6cec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f526c9a View commit details
    Browse the repository at this point in the history
  12. fix: update go module

    Ja7ad committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    67c39c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3daaca6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    621feaf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2afede6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea75d08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f059542 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 12, 2024

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