fix paging on settings+solution
For now, I used a very easy fix; just inclusion syntax of
No results? RuntimeError: "found_by" value needs to be valid Search card #
{"found_by": "_self", "sort": "update"}
. This means by_update is now depended upon by code, however, which I don't love....
{"found_by": "_self", "sort": "update"}
Also upped the search limits to 100.
Likely more complete fix: wagneer around it by making these actual searches built with *content. there are some challenges there, which is why Ethan hard-coded it in the first place. Another possibility would require we first implement WQL in URLs.
