[ 
https://issues.apache.org/jira/browse/USERGRID-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey  updated USERGRID-1227:
-------------------------------
    Description: 
Have a discussion about how to improve our query syntax in general, then also 
specifically the graph syntax.  Currently, you have to do something like this:

/users/ed/friends;filter="location eq new york"/achievements?filter="level eq 
mayor"

Could this be improved to be more like this, where you drop the filter= or ql= 
in favor of only using a delimeter:


/users/ed/friends;ql="location eq new york"/achievements
/users/ed/friends;"location eq new york"/achievements
/friends?location="new york"



***Should also discuss blueprints API, discuss graphs in general.  

> Have discussion about how to improve syntax of graph queries
> ------------------------------------------------------------
>
>                 Key: USERGRID-1227
>                 URL: https://issues.apache.org/jira/browse/USERGRID-1227
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: Jeffrey 
>
> Have a discussion about how to improve our query syntax in general, then also 
> specifically the graph syntax.  Currently, you have to do something like this:
> /users/ed/friends;filter="location eq new york"/achievements?filter="level eq 
> mayor"
> Could this be improved to be more like this, where you drop the filter= or 
> ql= in favor of only using a delimeter:
> /users/ed/friends;ql="location eq new york"/achievements
> /users/ed/friends;"location eq new york"/achievements
> /friends?location="new york"
> ***Should also discuss blueprints API, discuss graphs in general.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to