Bug 3630 Impossible to perform Scan Indexes search
authorFrédéric Demians <f.demians@tamil.fr>
Wed, 25 Aug 2010 07:51:21 +0000 (09:51 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 12:18:17 +0000 (08:18 -0400)
commit91206d185c93d42a2bc741454d0f8e3aa17492fa
tree43254eafba691badf88b37bd9d90b52198f5fc41
parent3baefb7f242b97bbc773a042a856d8e9ba84c888
Bug 3630 Impossible to perform Scan Indexes search

This is a quick fix. The way scan indexes performs should be improved in
3.4. There are several issues:

  - No paging
  - The interface is the same as for biblio records search result and so
    is unusable: for example you have a button to place a hold or you
    can sort by Popularity which is irrelevant for index terms.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Search.pm