Open katre opened 12 months ago
cquery is probably re-using the select analysis code from query, when it should be using the actual implementation. I'm not familiar enough with PostAnalysisQueryEnvironment
to say where to fix it, however.
Okay, looks like the problem is in two places:
ConfiguredTargetAccessor.getAttrAsString
(for cquery)ConfiguredTargetValueAccessor.getAttrAsString
(for aquery)Next step would be to make sure this isn't on purpose.
When doing
cquery
using theattr
function, on an attribute with aselect
, all values of the select appear to be included, leading to confusing results.See a small demo: https://github.com/katre/cquery-attr-demo