Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle valueHasComment in Search #22

Closed
tobiasschweizer opened this issue Feb 3, 2016 · 0 comments
Closed

Handle valueHasComment in Search #22

tobiasschweizer opened this issue Feb 3, 2016 · 0 comments
Assignees
Labels
bug something isn't working

Comments

@tobiasschweizer
Copy link
Contributor

Additionally to valueHasString and rdfs:label, valueHasComment was added to the full text index for the triplestore(s).

Do we have to adapt the fulltext search templates?

-> jena/fuseki:

@if(triplestore == "embedded-jena-tdb" || triplestore == "fuseki") {
            ?matchingSubject knora-base:valueHasString ?literal .
            #?matchingSubject ?p ?literal .
            #FILTER(?p = knora-base:valueHasString || ?matchingProperty = rdfs:label)
        }

the literal could also be a comment!

@tobiasschweizer tobiasschweizer added the question further information is requested label Feb 3, 2016
@tobiasschweizer tobiasschweizer self-assigned this Feb 3, 2016
@tobiasschweizer tobiasschweizer added this to the On Deck milestone Feb 3, 2016
@benjamingeer benjamingeer added bug something isn't working and removed question further information is requested labels Feb 3, 2016
@subotic subotic modified the milestones: On Deck, Backlog Jun 29, 2018
@subotic subotic removed this from the Backlog milestone Aug 6, 2019
@subotic subotic added this to the Backlog milestone Feb 7, 2020
@irinaschubert irinaschubert removed this from the Backlog milestone Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants