[Koha-bugs] [Bug 1649] nozebra advanced search fails, with adv. keywords

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Dec 12 09:21:24 CET 2007


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





------- Comment #1 from paul.poulain at free.fr  2007-12-12 00:21 -------
> in nozeb searches like 'ti= starwars', or 'au= smith' work as expected
> but advanced search like 'ti wrdl= starwars', or 'au,phr= smith' fail

the DB structure can't handle easily phr, and, in fact all searches are
automatically done on wrdl.

> Any ideas on how to handle this.

Nope, I think it's impossible with NoZebra. And that's one of the reason why we
also have zebra ;-)

> should nozebra search simply strip and ignore the advanced wrdl and phr type
> search keywords and turn them into a simple-search??,

I vote yes.

>     my $results;
>         # strip adv, zebra keywords, currently not handled in nozebra: 
>         # wrdl, ext, phr...
>         $left =~ s/[ ,].*$//; 

sound correct.

don't hesitate so send this patch.




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





More information about the Koha-bugs mailing list