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

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 856-861 sub _build_weighted_query { Link Here
856
          "Title-cover,ext,r1=\"$operand\"";    # exact title-cover
856
          "Title-cover,ext,r1=\"$operand\"";    # exact title-cover
857
        $weighted_query .= " or ti,ext,r2=\"$operand\"";    # exact title
857
        $weighted_query .= " or ti,ext,r2=\"$operand\"";    # exact title
858
        $weighted_query .= " or Title-cover,phr,r3=\"$operand\"";    # phrase title
858
        $weighted_query .= " or Title-cover,phr,r3=\"$operand\"";    # phrase title
859
        $weighted_query .= " or ti,wrdl,r4=\"$operand\"";    # words in title
859
          #$weighted_query .= " or any,ext,r4=$operand";               # exact any
860
          #$weighted_query .= " or any,ext,r4=$operand";               # exact any
860
          #$weighted_query .=" or kw,wrdl,r5=\"$operand\"";            # word list any
861
          #$weighted_query .=" or kw,wrdl,r5=\"$operand\"";            # word list any
861
        $weighted_query .= " or wrdl,fuzzy,r8=\"$operand\""
862
        $weighted_query .= " or wrdl,fuzzy,r8=\"$operand\""
862
- 

Return to bug 11069