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

Add a search parameter to the LDP container service #235

Open
srosset81 opened this issue Apr 17, 2020 · 0 comments
Open

Add a search parameter to the LDP container service #235

srosset81 opened this issue Apr 17, 2020 · 0 comments
Labels
easy Easy issue ldp search Concerne ce qui a attrait au filtrage/recherche

Comments

@srosset81
Copy link
Contributor

srosset81 commented Apr 17, 2020

Modify ldp.container.get to accept an (optional) search parameter that would return only those container resources that contain the keyword.

Based on @simonLouvet's request:

{
  SELECT ?s1
  WHERE {
    ?s1 ?p1 ?o1 .
    FILTER regex(str(?o1), “${filter.q}”)
    FILTER NOT EXISTS { ?s1 a ?o1}
  }
}

For the moment, do not make this parameter available via the API.

@srosset81 srosset81 added ldp easy Easy issue labels Apr 17, 2020
@srosset81 srosset81 changed the title Ajouter un paramètre search au service de container Ajouter un paramètre search au LDP container service Apr 17, 2020
@bouviermullerp bouviermullerp added the search Concerne ce qui a attrait au filtrage/recherche label Aug 12, 2020
@srosset81 srosset81 changed the title Ajouter un paramètre search au LDP container service Add a search parameter to the LDP container service May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Easy issue ldp search Concerne ce qui a attrait au filtrage/recherche
Projects
None yet
Development

No branches or pull requests

2 participants