Skip to content
Snippets Groups Projects
Commit 55c51f3f authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

pull master

parent ae09a642
No related branches found
No related tags found
1 merge request!27Feature/geodcat
......@@ -51,9 +51,10 @@ export class SearchComponent implements OnInit {
dcterms:title ?title ;\n\
dcterms:description ?description; \n\
dcterms:isPartOf* <'+ environment.fdpUrl +'>;\n\
dcat:keyword ?uri ; \n\
dcat:keyword ?keyword ; \n\
dcat:landingPage ?uri ; \n\
FILTER (contains( ?description, "' +
term +'") || contains( ?title, "'+ term +'"))\n\.\n\
term +'") || contains( ?title, "'+ term +'") || contains( ?keyword, "'+ term +'"))\n\.\n\
}'
this.parserService.getXmlResult(query).subscribe(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment