Which Umbraco version are you using?
13.10.1
Bug summary
With certain document type set up within the minimal solution. When the content models are indexed the values for one of the multinode tree pickers are filled with empty values. e.g. ([""]). It should be filled with the node name value. e.g. (["Name of Node"]).
Repo Here
Specifics
This tends to happen within a Load balanced environment. Not locally.
Umbraco support has recreated the issue, and can recreate the issue locally and in a load balanced environment.
Config used for recreating in a load balanced solution.
Load balanced config
Steps to reproduce
- Run the solution.
- Example content has been included.
- Usync file have been included for this.
- Run the Examine index on the External index.
- Inspect the document type values.
- Notice method field value is as described.
- Furthermore, inspect that other single Multinode tree picker values are filled such as Subject and Type.
Expected result / actual result
Values should be filled with the name of the node. Not an empty string.