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

(-)a/koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js (-4 / +3 lines)
Lines 21-27 $(document).ready(function(){ Link Here
21
                    op: "do_search",
21
                    op: "do_search",
22
                    type: "intranet",
22
                    type: "intranet",
23
                    and_or: "and",
23
                    and_or: "and",
24
                    operator: "contains",
24
                    operator: "start",
25
                    orderby: "HeadingAsc",
25
                    orderby: "HeadingAsc",
26
                    querytype: "all"
26
                    querytype: "all"
27
                },
27
                },
Lines 49-55 $(document).ready(function(){ Link Here
49
                    op: "do_search",
49
                    op: "do_search",
50
                    type: "intranet",
50
                    type: "intranet",
51
                    and_or: "and",
51
                    and_or: "and",
52
                    operator: "contains",
52
                    operator: "start",
53
                    orderby: "HeadingAsc",
53
                    orderby: "HeadingAsc",
54
                    querytype: "mainentry"
54
                    querytype: "mainentry"
55
                },
55
                },
Lines 77-83 $(document).ready(function(){ Link Here
77
                    op: "do_search",
77
                    op: "do_search",
78
                    type: "intranet",
78
                    type: "intranet",
79
                    and_or: "and",
79
                    and_or: "and",
80
                    operator: "contains",
80
                    operator: "start",
81
                    orderby: "HeadingAsc",
81
                    orderby: "HeadingAsc",
82
                    querytype: "mainmainentry"
82
                    querytype: "mainmainentry"
83
                },
83
                },
84
- 

Return to bug 20273