[Koha-bugs] [Bug 7607] New: Advanced search: Index and search term don't match when leaving fields empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 26 18:05:44 CET 2012


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

             Bug #: 7607
           Summary: Advanced search: Index and search term don't match
                    when leaving fields empty
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Searching
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: katrin.fischer at bsz-bw.de
         QAContact: koha.sekjal at gmail.com


On advanced search in OPAC or staff:

- leave the first pulldown on keyword and the search term empty
- select author or title from the second pull down and enter a search term

What will happen is, that Koha performs a keyword search with the search term
from the second pull down. This means:

Keyword: empty
Title: <search term>
Keyword: empty

is equal to

Keyword: <search term>
Keyword: empty
Keyword: empty

but not the same as:

Title : <search term>
Keyword: empty
Keyword: empty

I wonder if this is related to bug 3264? But not sure how to fix it.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list