[Koha-bugs] [Bug 9368] specific behavior of yr and acqdate indexes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 18 16:37:53 CET 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15114|0                           |1
        is obsolete|                            |

--- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 16268
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16268&action=edit
Bug 9368: specific behavior of yr and acqdate indexes

When searching on the date of publication or date of acquisition
indexes from advanced search, there are several bugs :

- The search is performed on specific index, using only search term.
- The next or previous pages lead to an empty result page.

This comes from specific behavior in C4/Search.pm, $indexes_set flag
is used but the index is not added to the operand.

This patch corrects this.

Test plan :

- Go to advanced search in the staff interface
- Select publication date or acquisition date
- Enter a valid search term (you must have several pages of results)
- Click on search
  => result page shows a correct result number
- Click on page 2
  => next results are shown

Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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


More information about the Koha-bugs mailing list