Dev#55588 contractuel explo solr indexation en texte integral des documents lies pdf html bulletins officiels minsoc
Merged
requested to merge dev#55588_contractuel_explo_solr_indexation_en_texte_integral_des_documents_lies_pdf_html_bulletins_officiels_minsoc into WIP
1 unresolved thread
Merge request reports
Activity
Filter activity
29 $this->_observer = $observer; 30 } 31 32 33 public function getContent($record, $profile) { 34 $zone = $profile->getIndexFileZone(); 35 $field = $profile->getIndexFileField(); 36 if ('' === $zone || '' === $field) 37 return ''; 38 39 $uri_regex = '%' . str_replace('%', '\%', $profile->getIndexFileUriRegex()) . '%'; 40 41 $paths = []; 42 foreach($record->get_subfield($zone, $field) as $path) 43 if (preg_match($uri_regex, $path)) 44 $paths[] = USERFILESPATH . end(explode('/userfiles', $path)); changed this line in version 2 of the diff
added 36 commits
-
9ecf004a...0c3dee9d - 35 commits from branch
WIP
- 1ec35350 - Merge remote-tracking branch 'refs/remotes/origin/master' into…
-
9ecf004a...0c3dee9d - 35 commits from branch
mentioned in commit bbda4302