Replies: 1 comment 2 replies
-
You could try to set up separate indexes (and index configurations), which match the samen element criteria, and have the transformer return the correct item for the index in question. Although a comma separated string might be a bit too loosely coupled to base this on? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to support indexing multiple records from a single element when saving entries in Craft.
My use-case is that I have a plain text field which contains a comma separated list which I want to loop through and add each to an index as individual records.
Beta Was this translation helpful? Give feedback.
All reactions