[
https://issues.apache.org/jira/browse/JENA-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16270947#comment-16270947
]
ASF GitHub Bot commented on JENA-1438:
--------------------------------------
GitHub user xristy opened a pull request:
https://github.com/apache/jena/pull/320
JENA-1438 rdf:langString args
JENA-1438 allow rdf:langString arguments to text:query
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BuddhistDigitalResourceCenter/jena
JENA-1438-rdflangString
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/320.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #320
----
commit eff7e533c3ee48a7413bd1f5c248f9dfea09ac78
Author: Chris Tomlinson <[email protected]>
Date: 2017-11-29T15:28:05Z
JENA-1438 rdf:langString args
JENA-1438 allow rdf:langString arguments to text:query
----
> rdf:langString argument to text:query silently ignored
> ------------------------------------------------------
>
> Key: JENA-1438
> URL: https://issues.apache.org/jira/browse/JENA-1438
> Project: Apache Jena
> Issue Type: Bug
> Components: Jena
> Affects Versions: Jena 3.5.0
> Environment: N/A
> Reporter: Code Ferret
> Priority: Minor
>
> Queries of the form:
> {{?s text:query "some string"@lang-code}}
> return no results even when there are matches found by the _equivalent_:
> {{?s text:query ("some string" "lang:lang-code")}}
> {quote}
> Note the above _equivalent_ form is currently valid only if
> {{text:multilingualSupport false}}.
> {quote} See [JENA-1437|https://issues.apache.org/jira/browse/JENA-1437]
> A reasonable fix is to recognize the {{rdf:langString}} case and treat it as
> the _equivalent_ form referring to the {{text:defautlField}}; otherwise, at
> least an error should be indicated.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)