http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8172

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8172
          Assignee: [email protected]
           Summary: Missing dereference marker for buildQuery parameter in
                    addbooks.pl
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Searching
           Product: Koha

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);

Which is roughly line 75 of addbooks.pl likely should have a \ on the @limits.
Because C4::Search.pm around line 1044 shows the parameters being treated the
same.

I was hoping this would solve my Lingua::Stem::Snowball error, but I will have
to continue to hunt deeper.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to