Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey,
I have a Nested Content comp. where the editor has the posibility to use en Contet Picker to use a "Global" comp. instead of creating a new comp.
The problem is when that is used, then the content from that picker are not index and will not apear in a page search.
Anyone now if that is posible to do ?
You could try manipulating the examine index when it's being saved, I found a similar post that should point you in the right direction:
https://our.umbraco.com/forum/umbraco-8/99029-umbraco-8-searching-multi-node-tree-picker-content#comment-312032
With it being nested content, you'd have to deserialize the json first then try parsing the multi node tree picker.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Index content from a content picker
Hey,
I have a Nested Content comp. where the editor has the posibility to use en Contet Picker to use a "Global" comp. instead of creating a new comp.
The problem is when that is used, then the content from that picker are not index and will not apear in a page search.
Anyone now if that is posible to do ?
You could try manipulating the examine index when it's being saved, I found a similar post that should point you in the right direction:
https://our.umbraco.com/forum/umbraco-8/99029-umbraco-8-searching-multi-node-tree-picker-content#comment-312032
With it being nested content, you'd have to deserialize the json first then try parsing the multi node tree picker.
is working on a reply...