Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Support global copy_to feature #100

Closed
dadoonet opened this issue Feb 11, 2015 · 1 comment
Closed

Support global copy_to feature #100

dadoonet opened this issue Feb 11, 2015 · 1 comment

Comments

@dadoonet
Copy link
Member

As seen in #97, we don't support a global copy_to feature on attachment type but only on generated sub fields. It could be handy to copy a full attachment field to another field:

{
    "person": {
        "properties": {
            "file": {
                "type": "attachment",
                "copy_to": "copy"
            },
            "copy": {
              "type": "attachment"
            }
        }
    }
}
@dadoonet dadoonet added the bug label Feb 11, 2015
@dadoonet dadoonet removed the bug label Oct 23, 2015
@dadoonet
Copy link
Member Author

Well. May be this feature does not really make sense. At the end of the day, we might want to copy_to a generated field (file extracted content itself, metadata...) but copying the BASE64 content to another field actually does not add much value.

Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant