https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316

Joonas Kylmälä <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #89 from Joonas Kylmälä <[email protected]> ---
(In reply to Katrin Fischer from comment #88)
> 3.2) Can you explain this line?
> <input type="hidden" name="advsearch" value="1"/>

It is used in search.pl to enable weighted field search to any other search
expect the one done in the Advanced search page
(/cgi-bin/koha/catalogue/search.pl):

unless ( $cgi->param('advsearch') ) {
    $build_params->{weighted_fields} = 1;
}

So if the advsearch parameter equals '1' the weighted search is disabled.

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