Index: trunk/extensions/SolrStore/templates/SolrSearchTemplate_FIS.php |
— | — | @@ -187,7 +187,7 @@ |
188 | 188 | if ( isset( $this->methode[ $i ] ) ) { |
189 | 189 | if ( $this->methode[ $i ] != "keine Angabe" ) { // FRAGEN !! |
190 | 190 | if ( $i == 0 ) { |
191 | | - $tmpmethode = "Vorgehensweise: " . $this->methode[ $i ]; |
| 191 | + $tmpmethode = "Vorgehensweise: " . $this->methode[ $i ]; // Wenn kein Inhalt ausgegeben wird, nehme Vorgehensweise |
192 | 192 | } else { |
193 | 193 | if ( isset( $this->methode[ $i ] ) ) { |
194 | 194 | $tmpmethode.=", " . $this->methode[ $i ]; |
— | — | @@ -198,8 +198,8 @@ |
199 | 199 | } |
200 | 200 | } |
201 | 201 | |
202 | | - $textsnip = $this->mHighlightText = $tmpmethode; // . "->" . count( $this->methode ); |
203 | | - $this->makeHighlightText( $wgSolrFields, $textsnip ); // TEXTSNIP: Highlight the searching stuff: |
| 202 | + //$textsnip = $this->mHighlightText = $tmpmethode; |
| 203 | + //$this->makeHighlightText( $wgSolrFields, $textsnip ); // TEXTSNIP: Highlight the searching stuff: |
204 | 204 | } |
205 | 205 | } |
206 | 206 | |