make append work with found_by
Ticket
+status
+priority
+tag
+commit
+issues
Right now if found_by operates on a Search card that uses append/prepend, what you get is the unappended/-prepended cards.
+solution
We didn't implement this straight away because of performance issues. Right now found_by merges wql - it doesn't do the inner call separately.
The best approach is probalby to make an exception for a/p, such that it performs the search separately when and only when the referenced query has a or p.
People doing this will typically want to preserve arrangements in found_by.