On Fri, Apr 25, 2008 at 2:11 AM, Kunal Patel <kunaled...@yahoo.com> wrote: > Hi, > > How can I use bif:contains predicate for a string value with multiple > words. For example when I run the following query it works fine, > > select * > from <people> > where {?s foaf:Name ?name . ?name bif:contains "jack" .} > > But trying to run the query below doesn't work. > > select * > from <people> > where {?s foaf:Name ?name . ?name bif:contains "jack jill" .}
I would like to add one more to that question: in 5.0.6, has the requirement for embedding the encoding in the query string still there ? I.e., I want to use non-latin-1 codepoints in the query string and my server is set to UTF-8, should I use the [ENC "UTF-8"] syntax in the fulltext query ? Regards Rajeev J Sebastian