How do you do something like and-path , comparable to if-path ? I want to use it selected? , to test if 2 paths have results. multi-path seems to behave more like an or-path navigator.
@chromalchemy that would just be something like (if-path [:a even?] (if-path [:b odd?] STAY))
should be straightforward to define a defdynamicnav called and-path that expands to that