koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1677] New: nozebra search doesnt handle multi-index sea


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1677] New: nozebra search doesnt handle multi-index searches
Date: Wed, 19 Dec 2007 14:40:19 -0800 (PST)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1677

           Summary: nozebra search doesnt handle multi-index searches
           Product: Koha
           Version: rel_3_0
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P3
         Component: Searching
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


Hi Paul, 

you might be the best person to comment on this nozebra search issue.


A search like this example

mykoha.com/cgi-bin/koha/catalogue/search.pl?idx=ti&q=love&idx=au&q=baker&sort_by=relevance&do=OK

Returns no results, it should return at least 1 on my test koha :)


FYI, output of error log is here 


ti= love and au= baker  at
/opt/koha/production/intranet/cgi-bin/catalogue/search.pl line 443.

### $left: 'ti'

title / = /  love
EXECUTE : biblioserver, title, love at
/opt/koha/production/intranet/modules/C4/Search.pm line 1338.

### $left: 'au'

author / = /  baker 
EXECUTE : biblioserver, author, baker at
/opt/koha/production/intranet/modules/C4/Search.pm line 1338.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]