#689: BibAuthorID: improve indexing gateway
--------------------------+----------------------
Reporter: simko | Owner: scarli
Type: defect | Status: in_merge
Priority: blocker | Milestone: v1.0
Component: BibAuthorID | Version:
Resolution: | Keywords:
--------------------------+----------------------
Changes (by scarli):
* status: assigned => in_merge
Comment:
Looking at the code it made sense to me to use directly
get_persons_from_recids instead of writing new, almost redundant code. So
the behavior is the following:
get_recids_affected_since: returns recids affected after timestamp, as
expected, while
get_persons_affected_since =
get_persons_from_recids(get_recids_affected_since(timestamp)).
If this is the expected behavior, the patch is ready:
http://invenio-software.org/repo/personal/invenio-
scarli/commit/?h=ticket-689-indexing-
gateway&id=05ca39c9e6f87dd70eff3b52dc0670cb9c43a6bf
--
Ticket URL: <http://invenio-software.org/ticket/689#comment:4>
Invenio <http://invenio-software.org>