[Koha-bugs] [Bug 11202] Improve UNIMARC biblio indexing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 19 17:05:42 CET 2013


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

--- Comment #32 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
I modified a record with :

100    _a20001109d10251026k||y0frey50      ba
=> 1st date : 1025
2d date : 1026

210    _aParis
       _cCahiers du cinéma
       _d2000
=> date in 210 : 2000

I applied the patch, copy the conf files, and rebuild zebra.

Search with limit=1025:
......./cgi-bin/koha/catalogue/search.pl?idx=kw&q=&op=and&idx=kw&q=&op=and&idx=kw&q=&limit-yr=1025&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&sort_by=relevance

=> 1 result

Search with limit=1026:
......./cgi-bin/koha/catalogue/search.pl?idx=kw&q=&op=and&idx=kw&q=&op=and&idx=kw&q=&limit-yr=1026&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&sort_by=relevance

=> 1 result

Search with limit=2000:
http://pro.koha-msaby/cgi-bin/koha/catalogue/search.pl?idx=kw&q=&op=and&idx=kw&q=&op=and&idx=kw&q=&limit-yr=2000&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&limit=&sort_by=relevance

=> several results, and my record belongs to them. So the value of 210$d was
searched.


==> For me, it works.
Could you try to make a test with the same steps ?

Mathieu

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list