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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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