Query editor should accept queries from documentation topic

Also known as
  • Add other possible names for this topic
In the documentation, most of the examples are of the form:

[{
  "id|=":["/type/type", "/type/property", "/type/key"],
  "id":null,
  "/type/type/properties":[]
}]

But to make them work in the query editor, you need to enter:

{
"query":[{
"/type/type/properties":[],
"id":null,
"id|=":["/type/type","/type/property","/type/key"]
}]
}

The query edtor should either accept or fix up queries pasted in from the documentation.
With the exception of Wikipedia summaries and some images the content on this page is typically distributed under the Creative Commons Attribution license or Public Domain.
Created by william Mar 15, 2007
Last edited by william Mar 15, 2007
View topic history »
Gallery add edit
There are no images for this topic yet.

Recent Discussions about Query editor should accept queries from documentation

There are no conversations on this topic. Would you like to start one?

Start the Discussion »

add Bases that include Query editor should accept queries from documentation