http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9352
--- Comment #41 from mathieu saby <[email protected]> --- I tested in a running Koha: au is making an exact search on the phrase. I did not remember that... Maybe it depends on syspref For ex: I just changed the order of the first name and surname: http://catalogue.univ-aix-marseille.fr/cgi-bin/koha/opac-search.pl?idx=&q=au%3AProust+Marcel&branch_group_limit= does not gives the same results as http://catalogue.univ-aix-marseille.fr/cgi-bin/koha/opac-search.pl?idx=&q=au%3AProust+Marcel&branch_group_limit= And : http://catalogue.univ-aix-marseille.fr/cgi-bin/koha/opac-search.pl?idx=&q=+Mijolla%2C+Alain+de&branch_group_limit= -> 1 result (from 700 field) http://catalogue.univ-aix-marseille.fr/cgi-bin/koha/opac-search.pl?idx=&q=+Alain+de+Mijolla&branch_group_limit= -> 1 result (from 200$f field) http://catalogue.univ-aix-marseille.fr/cgi-bin/koha/opac-search.pl?idx=&q=+Alain+Mijolla&branch_group_limit= -> 0 result So, to test 700$aDoe$bJohn au:Doe John should give you 1 result Is that the case? Mathieu -- 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/
