Hi, If you want to search multiple records with specific values in a field, then you will have to have a combined query using "OR". In your case, it will be, appID:1 OR appID:3 OR appID:4
On Sun, Feb 5, 2017 at 10:55 PM Irham Iqbal <[email protected]> wrote: > Adding telco dev service guys. > > On Sun, Feb 5, 2017 at 8:19 PM, Irham Iqbal <[email protected]> wrote: > > HI All, > > I need to retrieve data for multiple elements of a column, such as > application Id with 1, 3, 4 from a table we created using Spark. But the > problem is I need to give space between the elements otherwise no data is > returning, I mean > applicationId:(1,3,4) is not retuning any data, but applicationId:(1, 3, 4) > retuning data. > It's not only from the UI it's happening also when trying to get the data > org.wso2.carbon.analytics.jsservice.AnalyticsCachedJSServiceConnector. > > Any idea ? > > Thanks, > Iqbal > > -- > Irham Iqbal > Software Engineer > WSO2 > phone: +94 777888452 > <http://wso2.com/signature> > > > > > -- > Irham Iqbal > Software Engineer > WSO2 > phone: +94 777888452 > <http://wso2.com/signature> > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
