Problem with search index which cannot find text field in imported fieldset #5260
Unanswered
jensolafkoch
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
Look in one of the content markdown files for that field. What is it named? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't get a search index to work which should index fields in sets in a fieldset.
I defined the index as such in config/seacrh.php:
This is the part from the collection config for artikel.yaml:
This is the imported fieldset "section" with the first set as example:
Now I want to add another field to the index definition which would index the field with the handle
text
in all setstext_md
in the field with handlesection
in fieldsetsection
. (The names here are not mine, I know that this is a bit confusing in itself.)I tried various combinations like 'aside_meta_section_text' or 'aside_meta_section_section_text_md_text' but to no avail. The updated index always show the fieldname and a content of null, which means I didn't hit my target.
I even don't know if it's possible at all.
Any help appreciated!!
Beta Was this translation helpful? Give feedback.
All reactions