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

(-)a/cataloguing/addbooks.pl (-2 / +1 lines)
Lines 71-77 if ($query) { Link Here
71
    # build query
71
    # build query
72
    my @operands = $query;
72
    my @operands = $query;
73
    my (@operators, @indexes, @sort_by, @limits) = ();
73
    my (@operators, @indexes, @sort_by, @limits) = ();
74
    my ( $builterror,$builtquery,$simple_query,$query_cgi,$query_desc,$limit,$limit_cgi,$limit_desc,$stopwords_removed,$query_type) = buildQuery(\@operators,\@operands,\@indexes,@limits,\@sort_by,undef,undef);
74
    my ( $builterror,$builtquery,$simple_query,$query_cgi,$query_desc,$limit,$limit_cgi,$limit_desc,$stopwords_removed,$query_type) = buildQuery(\@operators,\@operands,\@indexes,\@limits,\@sort_by,undef,undef);
75
75
76
    # find results
76
    # find results
77
    my ( $error, $marcresults, $total_hits ) = SimpleSearch($builtquery, $results_per_page * ($page - 1), $results_per_page);
77
    my ( $error, $marcresults, $total_hits ) = SimpleSearch($builtquery, $results_per_page * ($page - 1), $results_per_page);
78
- 

Return to bug 8172