weaviate / weaviate-graphql-prototype

weaviate-graphql-prototype
1 stars 2 forks source link

add filter on which weaviate to send query to #28

Closed laura-ham closed 6 years ago

laura-ham commented 6 years ago

For the Network queries, it should be possible to specify the Weaviate network(s) to send the query to. This could look like:

{
    Network(network: "n_3") { ... }
}
bobvanluijt commented 6 years ago

@laura-ham Not sure I follow concerning Local. Local is only one instance, right?

laura-ham commented 6 years ago

@bobvanluijt In Rafael's UI design, there is an option to choose which local Weaviate to query, and which network to query. That's why I thought this should also be specified in the query you make

bobvanluijt commented 6 years ago

Not sure which design you are referring too, can you please share (via email or Slack)?

laura-ham commented 6 years ago

@bobvanluijt Could you verify the updated issue? Questions:

bobvanluijt commented 6 years ago

Is this still relevant @laura-ham ? IF not please close :-)

laura-ham commented 6 years ago

Is this still relevant @laura-ham ? IF not please close :-)

That's more a question from me to you at this moment ;) see my previous comment

bobvanluijt commented 6 years ago

Sorry, missed those question.

Answer is simple: No :-)

You can only target the network you are in, you can only be in one network.

So I can close this one ;-)