Skip to content

Commit d6e334c

Browse files
committed
docs(service-analytics): list $between in the preview evaluator's declared scope
The module's scope comment enumerated the operators the preview supports and omitted $between — accurately, since it had no case and fell through to the permissive default. Now that it has one, the list has to say so. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EkL3RGJrzjLEGURsLxfS2f
1 parent 1a9e41b commit d6e334c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/services/service-analytics/src/preview-evaluator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010
// Scope (deliberately the dataset-query subset, not a general engine):
1111
// • Mongo-style `where` filters ($eq implicit, $ne/$gt/$gte/$lt/$lte/
12-
// $in/$nin/$contains, $and/$or/$not)
12+
// $between/$in/$nin/$contains, $and/$or/$not)
1313
// • timeDimensions date-range filtering + granularity bucketing
1414
// (day/week/month/quarter/year)
1515
// • group-by dimensions; count / countDistinct / sum / avg / min / max

0 commit comments

Comments
 (0)