uprtcl / js-uprtcl-server

Uprtcl JS web-server service provider

Home Page:http://uprtcl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add search "above" a perspective.

pepoospina opened this issue · comments

commented

Equivalent to under, but filter the reverse ecosystem of a perspective.

commented

I was reviewing the implementation and it seems the levels property of the SearchOptionsEcoJoin object are being applied to all elements in the under/above set, and not to each element. And that the levels property of each JoinElement is not used.

Should we remove the levels property in the SearchOptionsEcoJoin and use only the levels of each element in the JoinElement[] array?

commented

Ok, I've seen now that those levels was there to be applied to the forks property. Maybe they can be added inside the forks option to be more explicit.