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

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

Return to bug 11069