Skip to content

Empty ("") examine values when indexing multinode tree picker values with Examine Component #20777

@RRmattb

Description

@RRmattb

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

  1. Run the solution.
  2. Example content has been included.
  3. Usync file have been included for this.
  4. Run the Examine index on the External index.
  5. Inspect the document type values.
  6. Notice method field value is as described.
  7. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions