We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
distinct
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
Following this central issue
This is related to a newly introduced feature in Meilisearch v1.9.0: use distinct search parameter.
Refer to docs for more information.
.code-samples.meilisearch.yaml
search_parameter_reference_distinct_1
distinct_attribute_guide_filterable_1
distinct_attribute_guide_distinct_parameter_1
The text was updated successfully, but these errors were encountered:
search
7116204
Missing search_parameter_reference_distinct_1 in #1005
Sorry, something went wrong.
@aweidner
Note that the issue mentions adding the code sample for distinct_attribute but it looks like this code sample is already in place according to the docs: https://www.meilisearch.com/docs/learn/relevancy/distinct_attribute#setting-a-distinct-attribute-during-configuration. Happy to amend this PR if that's not the case and I'm misreading this.
The missing code sample is used here: https://www.meilisearch.com/docs/reference/api/search#distinct-attributes-at-search-time
And of course thank you for your previous PR @aweidner 🙏 ❤️
b555bc1
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Following this central issue
This is related to a newly introduced feature in Meilisearch v1.9.0: use
distinct
search parameter.Refer to docs for more information.
distinct
search parameter..code-samples.meilisearch.yaml
search_parameter_reference_distinct_1
key and “translate” the following curl example by using the newly added methods: https://github.com/meilisearch/documentation/blob/04f26a35771305378ed0a506f4d60ef06d07bd7e/.code-samples.meilisearch.yaml#L1308distinct_attribute_guide_filterable_1
key and “translate” the following curl example by using the newly added methods: https://github.com/meilisearch/documentation/blob/04f26a35771305378ed0a506f4d60ef06d07bd7e/.code-samples.meilisearch.yaml#L1316C1-L1316C38distinct_attribute_guide_distinct_parameter_1
key and “translate” the following curl example by using the newly added methods: https://github.com/meilisearch/documentation/blob/04f26a35771305378ed0a506f4d60ef06d07bd7e/.code-samples.meilisearch.yaml#L1325The text was updated successfully, but these errors were encountered: