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

(-)a/C4/Search.pm (-1 / +4 lines)
Lines 1578-1583 sub buildQuery { Link Here
1578
                        }
1578
                        }
1579
                    }
1579
                    }
1580
                }
1580
                }
1581
                elsif ( $index =~ /^ident/i ) {
1582
                    $stemming = $auto_truncation = $weight_fields = $fuzzy_enabled = 0;
1583
                }
1584
1581
1585
1582
                if(not $index){
1586
                if(not $index){
1583
                    $index = 'kw';
1587
                    $index = 'kw';
1584
- 

Return to bug 24143