|
Lines 457-463
sub getRecords {
Link Here
|
| 457 |
|
457 |
|
| 458 |
## Check if it's an index scan |
458 |
## Check if it's an index scan |
| 459 |
if ($scan) { |
459 |
if ($scan) { |
| 460 |
my ( $term, $occ ) = $results[ $i - 1 ]->term($j); |
460 |
my ( $term, $occ ) = $results[ $i - 1 ]->display_term($j); |
| 461 |
|
461 |
|
| 462 |
# here we create a minimal MARC record and hand it off to the |
462 |
# here we create a minimal MARC record and hand it off to the |
| 463 |
# template just like a normal result ... perhaps not ideal, but |
463 |
# template just like a normal result ... perhaps not ideal, but |
| 464 |
- |
|
|