I have a data graph of countries in which I can run text search via the 
following simple GraphQL query:

      {
        countries(where: { labels: { contains: "united"}}, orderBy: label) {
          uri
          label
        }
      }

However, when I published the graph to the Explorer instance, the same 
query returned no result. If I remove the "where" clause, I can get all the 
countries in the response. I wonder what might have contributed to the 
different behaviors.

Both EDG instances are 7.2.4. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/a0de14db-aa91-4d4d-9575-1dfaf131307en%40googlegroups.com.

Reply via email to