Idea

preserve arrangements in found_by+status

preserve arrangements in found_by+priority

preserve arrangements in found_by+tag

 

preserve arrangements in found_by+issues

would allow nesting, e.g. +by name+descending+limit200

 

preserve arrangements in found_by+solution

My guess is that we need to be able to push certain things from inner queries to outer ones.  So, within SQL we have sort, dir, limit, offset. found_by is likely the most common source of this kind of weirdness, but we probably want a solution that does this regardless.

 

My guess is that the best idea is to use the outermost version of each of these that we have.

 

Outside of SQL we have append and view.  Separate issues, I suppose.

 

 

preserve arrangements in found_by+relevant user stories