Replies: 1 comment
-
@malsioufi This is now possible using Read more in the docs over at: https://docs.appbase.io/docs/reactivesearch/v3/result/reactivelist/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have checked this tutorial on the documentation of ReactiveSearch.
https://docs.appbase.io/docs/reactivesearch/v3/advanced/groupingresults/
I understand the idea of having
aggregationField
prop ofReactiveList
component to get aggregated data, but is there anyway to decide which document to return?For example, in the same mentioned example in the documentation, is it possible to show distinct value using the field "brand" but also to show the document that has the max value or min value of for example field "price" instead of showing a random one.
In Elasticsearch that is possible by this query:
Is that doable in ReactiveSearch?
Beta Was this translation helpful? Give feedback.
All reactions