Skip to content

Fix group aggregate field name cannot contain dot mongo error#430

Open
dinana wants to merge 1 commit into
balderdashy:masterfrom
dinana:fix-group-aggregate-field-name-contain-dot
Open

Fix group aggregate field name cannot contain dot mongo error#430
dinana wants to merge 1 commit into
balderdashy:masterfrom
dinana:fix-group-aggregate-field-name-contain-dot

Conversation

@dinana
Copy link
Copy Markdown

@dinana dinana commented Oct 27, 2016

If the field to be summed/averaged/counted/etc.. is a on a sub-document
then the group aggregate field name will contain a dot and mongoDb does
not allow this, chose to replace by dash.

If the field to be summed/averaged/counted/etc.. is a on a sub-document
then the group aggregate field name will contain a dot and mongoDb does
not allow this, chose to replace by dash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant