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 754b30b commit a41f5f8Copy full SHA for a41f5f8
source/reference/configuration.txt
@@ -266,6 +266,12 @@ for details on driver options.
266
# Raise an exception when a field is redefined. (default: false)
267
duplicate_fields_exception: false
268
269
+ # In Mongoid 7.3.3 and earlier, the pluck and distinct operations did
270
+ # not respect aliased fields for embedded documents. Turning on this
271
+ # flag changes those functions to recognize those aliases.
272
+ # (default: false)
273
+ fix_embedded_alias_pluck_distinct: false
274
+
275
# Include the root model name in json serialization. (default: false)
276
include_root_in_json: false
277
0 commit comments