If I try to filter time-series with metadata (left panel in data explorer), there seems to be an “OR” logic. Wich means that if I filter on two metadata key-value pairs, I get results for all time-series that contain one (or both) of the metadata field. This makes it really hard to use metadata fields to narrow down my search in Data Explorer, because more chosen metadata fields means more time-series are shown.
I would want to be able to filter with an “AND” logic, so I could narrow my search down more and more, when I select key-value pairs. For example:
I select:
- timeSeriesCategory = “ProductionPlan”
- priceArea = “NO1”
I want to see all results for production-plans for power plants in NO1, not all time-series that are in NO1 and all time series that are production plans.
I don’t think this is possible yet.
I do see why it can also be practical to be able to filter with “OR” logic, in cases where I select multiple values for a single key. For example:
I select:
- priceArea = “NO1”
- priceArea = “NO2”
Now I want to see all time series in either NO1 or NO2.
With other words: when selecting multiple values for the same keys I want an “OR” logic, and when selecting mulitple keys, I want an “AND” logic.