Skip to content

Commit

Permalink
gh-650: added to do to conf_weaviate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenstraverskpn committed Dec 19, 2018
1 parent 6689898 commit c6d04c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .project
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>weaviate</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
3 changes: 1 addition & 2 deletions restapi/configure_weaviate.go
Expand Up @@ -2141,9 +2141,8 @@ func configureAPI(api *operations.WeaviateAPI) http.Handler {
}

// TODO `Fields` parameter handling, check if has unrecognised values. Needs hardcoded mapping to class attributes.
// Can reach fields through `Payload`
// Can reach fields through `Payload` property.
return operations.NewWeaviateBatchingThingsCreateOK().WithPayload(batchedRequestResponse)

})

/*
Expand Down

0 comments on commit c6d04c9

Please sign in to comment.