[Koha-bugs] [Bug 7246] rebuild_zebra.pl --limit option to allow partial re-indexing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 21 07:43:16 CET 2011


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

--- Comment #5 from Frédéric Demians <frederic at tamil.fr> 2011-11-21 06:43:16 UTC ---
(In reply to comment #4)
> I was thinking about something like --where 'biblionumber > 100 and
> biblionumber < 200' which would allow precise selection of interesting range.

Or even, a --select option which would allow for example:

  --select "SELECT biblionumber FROM biblio WHERE frameworkcode='MONO'"
  --select "SELECT biblionumber FROM biblio WHERE datecreated > '2010'
  --select "SELECT biblionumber FROM biblioitems WHERE itemtype='MONO'"

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list