Skip to content

Commit

Permalink
category mapping for kibana_sample_data_ecommerce (#415)
Browse files Browse the repository at this point in the history
Fixes `Breakdown by category` panel in the example dashboard. The result
is incorrect due to our lack of array support for now, but at least it
displays values and not an error.

<img width="851" alt="Screenshot 2024-06-27 at 08 05 50"
src="https://github.com/QuesmaOrg/quesma/assets/2182533/7bbd75cf-56d2-481d-ba63-46c78332940c">
  • Loading branch information
pivovarit authored Jun 27, 2024
1 parent 994ebbc commit edeb8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/quesma/config/local-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ indexes:
enabled: true
mappings:
products.manufacturer: "text"
category: "text"
kibana_sample_data_flights:
enabled: true
mappings:
Expand Down

0 comments on commit edeb8a6

Please sign in to comment.