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

Added missing distinct param in search parameters overview #3073

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RecreationalMath
Copy link

@RecreationalMath RecreationalMath commented Dec 11, 2024

Fixes #3029

Added missing distinct param in search parameters overview table in reference/api/search.mdx file

Things to check:

  1. Should the default value for distinct parameter be null or "" empty string?
  2. Is the description technically correct? -> limit search to return one (most relevant) document per each value of specified attribute

Added missing `distinct` param in search parameters overview table in `reference/api/search.mdx` file

Things to check:
1. Should the default value be `null` string or `""` empty string?
2. If the description is technically correct?

Closes meilisearch#3029
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing distinct search param in search params overview
1 participant