http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11069

            Bug ID: 11069
           Summary: increase title ranking in relevance when using
                    QueryWeightFields
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

when using QueryWeightFields to add ranking on a search without index, the
search actually uses: 
 - rank 1 : Title-cover,ext :  exact title-cover
 - rank 2 : ti,ext : exact title
 - rank 3 : Title-cover,phr : phrase title-cover
 - rank >7 : queries without index
This relevance sets title as phrase in priority and then any index.
I propose to add title as words list before search on any index, so that
records with all searched terms in title, even not well ordered, are more
relevant.

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