Lines 1398-1404
sub buildQuery {
Link Here
|
1398 |
$stemming = $auto_truncation = $weight_fields = $fuzzy_enabled = 0; |
1398 |
$stemming = $auto_truncation = $weight_fields = $fuzzy_enabled = 0; |
1399 |
} |
1399 |
} |
1400 |
# ISBN,ISSN,Standard Number, don't need special treatment |
1400 |
# ISBN,ISSN,Standard Number, don't need special treatment |
1401 |
elsif ( $index eq 'nb' || $index eq 'ns' || $index eq 'hi' || $index eq 'sn' ) { |
1401 |
elsif ( $index eq 'nb' || $index eq 'ns' || $index eq 'hi' || $index eq 'sn' || $index eq 'an' ) { |
1402 |
( |
1402 |
( |
1403 |
$stemming, $auto_truncation, |
1403 |
$stemming, $auto_truncation, |
1404 |
$weight_fields, $fuzzy_enabled |
1404 |
$weight_fields, $fuzzy_enabled |
1405 |
- |
|
|