- Issue created by @mdranove
- Merge request !3Get the real machine name of node field instead of relying on views field... → (Merged) created by mdranove
The related content scorer currently looks up node field values on taxonomy term reference fields by taking the views machine name and checking if a field with that machine name exists for the entity in the results row. This does not take into account the fact that aliases might be in use by these views fields.
Use the views field machine name to lookup the machine name of the field itself, and then get the value from the entity.
This has already been done for datetime fields, find a way to do it for all fields, potentially in another private method.
Active
1.0
Code