You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to pass a list (or mapping) of index names when creating Space instance.
In this case in Space.select() the index can be specified by its name.
>>> user = server.space(0, named_index={"username":1})
>>> user.select("root", index="username")