Add multi-language logic exploration
This commit is contained in:
parent
9b4258c852
commit
9161889492
18 changed files with 1639 additions and 76 deletions
|
|
@ -611,7 +611,14 @@ class ViewerManagerClient:
|
|||
if node_id is not None:
|
||||
snapshot.require_node(node_id)
|
||||
elif query is not None:
|
||||
snapshot.search(query=query, family=None, limit=1)
|
||||
snapshot.search(
|
||||
query=query,
|
||||
family=None,
|
||||
kind=None,
|
||||
language=None,
|
||||
capability=None,
|
||||
limit=1,
|
||||
)
|
||||
response = self._request(
|
||||
{
|
||||
"action": "start",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue