Closed
Description
In the CLI command search_update()
, name
is in the wrong place in the client call, cl.update_search()
, which breaks tests.
Although this isn't what is desired, a working solution here: 383deba
I believe what needs to be done is instead change the order of inputs in cl.update_search()
.