Skip to content
Snippets Groups Projects
Commit 2d659d20 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix

parent c79a22a6
No related branches found
No related tags found
1 merge request!697Development
......@@ -23,7 +23,7 @@ class BASE extends Searchengine
return;
}
$results = $content->xpath('//response/result');
$results = $content->xpath('//response/result/doc');
foreach ($results as $result) {
// searches for the fitting values of name as in
// <str name = "dctitle">Digitisation of library collections</str>
......
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