About Relative access in a given context
When manipulating MEL, you are in a given context. For example, in widgets, you are most of the time in a ''feed'' context, so you don't need to give the beginning of the context in your MEL expression as the widget already has set the context for you.
In the contextual menu listing all available Values on the left, select elements from Contextual feed to add them in a "feed" context in your MEL expression.

For example, a Result
List widget iterates over each entry (hit) for each feed,
so you can use the relative access to the entries meta as you are scoped
at the ''entry'' level. In MEL, this is written as ${entry.***}
rather than ${page.feed.entry}
as written in an absolute way.
The following diagram represents a tree view of the MEL relative context.
