You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typical shops will allow if you search something that they show categories to add additional filters. In that case mostly only categories are shown which matches the current search condition of the user. This kind of things are called aggregations.
There are different kind of aggregations which would be nice to support but requires a lot of research if all kind of currently supported search engines support such kind of aggregations:
category filter aggregations (matching categories with search term)
price range filter aggregations (lowest and highest price)
Questions:
What kind of search engines support this kind of aggregations
Should aggregations be part of the search result or own call?
Some search engines support aggregations as combination with the search query, some already requires that the aggregation is a seperate query. Not sure what from the DX point if SearchBuilder allows to query aggregations or if a seperate AggregationBuilder would be better and provide easier DX.
Which type of aggregations are required?
Term Aggregation? (e.g.: category filter)
Min/Max Aggregation? (e.g.: price range filter)
Average Aggregation (show average price value)
...? What other aggregations exists?
The text was updated successfully, but these errors were encountered:
Typical shops will allow if you search something that they show categories to add additional filters. In that case mostly only categories are shown which matches the current search condition of the user. This kind of things are called aggregations.
There are different kind of aggregations which would be nice to support but requires a lot of research if all kind of currently supported search engines support such kind of aggregations:
Questions:
What kind of search engines support this kind of aggregations
Supported:
Maybe:
Should aggregations be part of the search result or own call?
Some search engines support aggregations as combination with the search query, some already requires that the aggregation is a seperate query. Not sure what from the DX point if
SearchBuilder
allows to query aggregations or if a seperateAggregationBuilder
would be better and provide easier DX.Which type of aggregations are required?
The text was updated successfully, but these errors were encountered: