diff --git a/app/Models/parserSkripte/BASE.php b/app/Models/parserSkripte/BASE.php index aaee5b1f79e8f3a2096dbb32c75213822bd7d6b4..c1cf610a4c53ee40a15e8b37d9abe42411cddf4f 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>