We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b114a commit 7a3d08bCopy full SHA for 7a3d08b
services/libs/data-access-layer/src/members/queryBuilder.ts
@@ -175,6 +175,7 @@ export const buildQuery = ({
175
// Default sort clause for fallback/outer queries
176
const orderClause = getOrderClause(sortField, direction, withAggregates)
177
178
+ log.info(`useDirectIdPath=${useDirectIdPath}`)
179
if (useDirectIdPath) {
180
// Direct path: start from memberSegmentsAgg keyed by (memberId, segmentId)
181
const ctes: string[] = []
0 commit comments