View | Details | Raw Unified | Return to bug 24143
Collapse All | Expand All

(-)a/C4/Search.pm (-2 / +1 lines)
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
- 

Return to bug 24143