When I convert part of a query into a subquery that I want to call multiple times, the previously successful results now come up empty. What am I overlooking that causes the query to fail after that conversion?
When this code runs:
// /* find sen...
The outer query does have a return:
// /* **************************************************************** */with s1,important as words1,list as list1,total as total1return s1,words1,list1,total1