From 893d206b1b72e0fff3d4268dfd3917c42781125c Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Wed, 11 Jan 2017 11:11:35 +0100 Subject: [PATCH] Bugfix --- app/Models/parserSkripte/BASE.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/parserSkripte/BASE.php b/app/Models/parserSkripte/BASE.php index aaee5b1f7..c1cf610a4 100644 --- a/app/Models/parserSkripte/BASE.php +++ b/app/Models/parserSkripte/BASE.php @@ -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> -- GitLab