Closed
Description
We have existing databases which contain multiple types. The database splitting feature allows for this to be possible. However, the field name is fixed to split_discriminator
but we already have a field docType
and would like to use this instead to avoid needing to update all existing documents.
Could this be made configurable somehow? If you can give me some pointers then I could try and create a PR.
Thanks!