Skip to content

Should query type be string or array? #15

Description

@christianbundy
var Query = {
  type: 'JSONString',
  description: 'the query it self. It should be the format of a map-filter-reduce query',
  optional: false
}

I don't think that this is right, because queries are meant to look like:

[{
  "$filter": {
    "foo": "bar"
  }
}]

This is an array of objects, not a string.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions