was trying out graphQL query for autoCompleteForMu...
# troubleshoot
b
was trying out graphQL query for autoCompleteForMultiple, it seems like it is still unable to return any containers suggestions as of now, although the graphQL documentation suggest that it could accept container types. example: https://demo.datahubproject.io/api/graphiql
Copy code
query{
  autoCompleteForMultiple(input:{        
    types: CONTAINER
    query: "long"    
  }){
    query
    suggestions{
      type
      suggestions
      entities{
        urn
        type
      }
    }
  }
}
expected to see suggestion for "long_tail_companions" container, but it just returns error 500
e
@big-carpet-38439 do you know if we support containers here?
b
On AutoComplete we do not accept containers - this is an implicit contractor that should appear in the docs but does not