You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2017/12/01 19:11:00 UTC

[jira] [Resolved] (JENA-1438) rdf:langString argument to text:query silently ignored

     [ https://issues.apache.org/jira/browse/JENA-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-1438.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Jena 3.6.0

> 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
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 3.6.0
>
>
> 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)