[
https://issues.apache.org/jira/browse/USERGRID-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101690#comment-15101690
]
Ankur Mishra commented on USERGRID-301:
---------------------------------------
Hello
It seems like 'contains' does not supports this. But replacing 'contains'
command with equal operator worked for me -
select * where name = 'my sample*'
Above command worked for me.
Thanks & Regards
Ankur
> 'contains' queries should support wildcards (2.1)
> -------------------------------------------------
>
> Key: USERGRID-301
> URL: https://issues.apache.org/jira/browse/USERGRID-301
> Project: Usergrid
> Issue Type: Story
> Components: Stack
> Reporter: David Johnson
>
> name = 'Bo*'
> and
> name contains 'Bo*'
> Should be equivalent as they were back in UG 1.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)