http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8172 Priority: P5 - low Change sponsored?: --- Bug ID: 8172 Assignee: gmcharlt@gmail.com Summary: Missing dereference marker for buildQuery parameter in addbooks.pl Severity: major Classification: Unclassified OS: All Reporter: mtompset@hotmail.com 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.