vocdoni/dvote-js

Expose searchTerm on VotingApi.getProcessList

Closed this issue · 1 comments

On the documentation for the API, the endpoint getProcessList has query filter called searchTerm.

However, for dvote-js: 1.13.4, the wrapper VotingApi.getProcessList hasn't this parameter exposed.

BTW, is possible to force the parameter doing like:

VotingApi.getProcessList(
        { entityId, namespace, status, withResults, from, searchTerm } as any,  pool)