Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public override async Task VisitAsync(GroupNode node, IQueryVisitorContext conte
var termNode = child as TermNode;
if (termNode != null && termsAggregation != null)
{
// Look into this...
Copy link

Copilot AI Jul 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment 'Look into this...' is vague and doesn't provide clear guidance about what needs investigation. Consider replacing it with a more specific description of what needs to be looked into or remove it if it's not necessary.

Suggested change
// Look into this...

Copilot uses AI. Check for mistakes.

// TODO: Move these to the default aggs method using a visitor to walk down the tree to gather them but not going into any sub groups
if (termNode.Field == "@exclude")
{
Expand Down
Loading
Loading