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

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 1573-1579 sub buildQuery { Link Here
1573
                    $stemming = $auto_truncation = $weight_fields = $fuzzy_enabled = 0;
1573
                    $stemming = $auto_truncation = $weight_fields = $fuzzy_enabled = 0;
1574
                }
1574
                }
1575
                # ISBN,ISSN,Standard Number, don't need special treatment
1575
                # ISBN,ISSN,Standard Number, don't need special treatment
1576
                elsif ( $index eq 'nb' || $index eq 'ns' ) {
1576
                elsif ( $index eq 'nb' || $index eq 'ns' || $index eq 'hi' ) {
1577
                    (
1577
                    (
1578
                        $stemming,      $auto_truncation,
1578
                        $stemming,      $auto_truncation,
1579
                        $weight_fields, $fuzzy_enabled
1579
                        $weight_fields, $fuzzy_enabled
1580
- 

Return to bug 20369