The ui-users issue is now in . This one can be closed.
Mike Taylor May 6, 2017 at 8:27 PM
I'm going to split this so I can close the ui-items half of it, and leave the ui-users bit closed.
Mike Taylor May 4, 2017 at 3:58 PM
I'm going to make a sub-issue for Jason and leave it to him to fix this – I don't want to risk making conflicts in the stripes-connect code.
Mike Taylor May 4, 2017 at 3:57 PM
makeQueryFunction is doing the right thing – returning undefined when there is no query-term, filter or sort-specification.
The problem is that when stripes-connect gets the undefined response back, it doesn't omit the query parameter from the assembled URL, it includes it with an empty value.
Mike Taylor May 4, 2017 at 3:27 PM
Looks like this is down to Users using Jason's new makeQueryFunction rather then the old makePathFunction. Something's going wrong in there.
In both the Users and Items modules – possibly for different reasons – we are no longer able to list all records with a "null search".