Lines 35-40
the match is "fuzzy" (the semantics of "fuzzy" are up to the individual plugin).
Link Here
|
35 |
In order to handle authority limits, get_link should always end with: |
35 |
In order to handle authority limits, get_link should always end with: |
36 |
return $self->SUPER::_handle_auth_limit($authid), $fuzzy; |
36 |
return $self->SUPER::_handle_auth_limit($authid), $fuzzy; |
37 |
|
37 |
|
|
|
38 |
B<update_cache ($heading, $authid)> - updates internal linker cache for |
39 |
$heading with $authid of a new created authotiry record |
40 |
|
38 |
B<flip_heading ($field)> - return a MARC::Field object with the heading flipped |
41 |
B<flip_heading ($field)> - return a MARC::Field object with the heading flipped |
39 |
to the preferred form. |
42 |
to the preferred form. |
40 |
|
43 |
|