Skip to content

WIP: Element relative search paths

Tristan Van Berkom requested to merge tristan/relative-search-paths into master

This branch fixes and tests Element.search() such that it supports element relative search paths, fixing long standing issue #931 (closed)

This is marked as WIP as it depends on first landing !1956 (merged) for full element paths, and subsequently landing !1901 (merged) in order to get rid of junction name coalescing.

This feature can only make sense once junction name coalescing is removed, as this will ensure we have element path stability which we otherwise do not have.

Merge request reports