Skip to content

Commit

Permalink
Updated readme to include GET
Browse files Browse the repository at this point in the history
Using the (optional) GET prefix to help distinguish formatting for reference fields.
  • Loading branch information
abbyad committed Jan 30, 2018
1 parent 43800a2 commit 16866be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This can be useful if using a column for doc references.

To reference other docs, replace the type suffix with a matching clause:

location:place WHERE external_id=COL_VAL
GET location:place WHERE external_id=COL_VAL

This would create a structure such as:

Expand All @@ -223,7 +223,7 @@ This would create a structure such as:

To reference specific properties of other docs:

location:_id OF place WHERE external_id=COL_VAL
GET location:_id OF place WHERE external_id=COL_VAL

This would create a structure such as:

Expand Down

0 comments on commit 16866be

Please sign in to comment.