[infinispan-issues] [JBoss JIRA] (ISPN-8760) Query and list results

Vladimir Blagojevic (JIRA) issues at jboss.org
Wed Feb 7 05:08:01 EST 2018


    [ https://issues.jboss.org/browse/ISPN-8760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529802#comment-13529802 ] 

Vladimir Blagojevic edited comment on ISPN-8760 at 2/7/18 5:07 AM:
-------------------------------------------------------------------

Query screen should have two text areas: query and results. Both query and response text areas should be presented to users with JSON editor with query area being editable and response area non-editable. For example:
{code:title=JSON query example|borderStyle=solid}

{
   "query":"select id,name from Character where name:\"spider\"",
   "max_results":2
}
{code}

{code:title=JSON query result|borderStyle=solid}

{
   ...JSON response goes here
}
{code}





was (Author: vblagojevic):
Query screen should have two text areas: query and results. Both query and response text areas should be presented to users with JSON editing enabled. For example:
{code:title=JSON query example|borderStyle=solid}

{
   "query":"select id,name from Character where name:\"spider\"",
   "max_results":2
}
{code}

{code:title=JSON query result|borderStyle=solid}

{
   ...JSON response goes here
}
{code}




> Query and list results
> ----------------------
>
>                 Key: ISPN-8760
>                 URL: https://issues.jboss.org/browse/ISPN-8760
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Console
>    Affects Versions: 9.2.0.CR2
>            Reporter: Vladimir Blagojevic
>            Assignee: Vladimir Blagojevic
>
> Console should have a capability to query a cache and list results of the query



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list