Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

alvar0hurtad0 created an issue.

  • 86213189 committed on 3395163/AcceptAnyContent
    Issue #3395163: Generalize search in text field to accept content...
joachim’s picture

I wonder whether the configuration should happen at the field level rather than the bundle entity level. It would make this a lot easier in terms of the machinery needed to hook into core -- form alters, save hooks and so on.

It would also open up possibilities of being able to direct terms to different fields, e.g.

- terms found in body field 1 -> set in term field 1
- terms found in body field 2 -> set in term field 2