filak commented on issue #2094:
URL: https://github.com/apache/jena/issues/2094#issuecomment-1831942646
And going back to the original problem
```
select * where {
?s text:query (mt:defQuery "white")
}
```
I think this should return 0 hits
- because the term *white* is contained in the mt:note field and
- the mt:note field is not included in text:props
```
[ text:propListProp mt:defQuery ;
text:props (
rdfs:label
mt:altLabel
) ;
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]