Преглед на файлове

resolved issue with some Chinese records having doc_ref elsewhere

main
Simon Bowie преди 2 години
родител
ревизия
96a48f9689
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      site/solr.php

+ 3
- 0
site/solr.php Целия файл

@@ -81,6 +81,9 @@ function parse_result($id, $input){
if (preg_match('/=D\s(([^\s]*)\s([^\s]*)\s([^\s]*))/', $input, $doc_ref)){
$output['doc_ref'] = str_replace(' ','',$doc_ref[1]);
}
elseif (preg_match('/=D&locale=en_EP\s(([^\s]*)\s([^\s]*)\s([^\s]*))/', $input, $doc_ref)){
$output['doc_ref'] = str_replace(' ','',$doc_ref[1]);
}

// Search for the application ID in the content element and display it
preg_match('/Application.*\n(.*)\n/', $input, $application_id);

Loading…
Отказ
Запис