Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

api: add transitive search #66

Merged
merged 1 commit into from
Sep 18, 2015

Commits on Sep 18, 2015

  1. api: add transitive search

    * Adds an extra Model that keeps track of all the equivalent IDs.
      (closes inveniosoftware#49)
    
    * Enables transitive queries to fetch all the related claims (through
      `/claims?type=xxx&value=yyy&recurse=1`.
    
    * Adds a new API resource `/eqids` to list all the equivalent IDs
      (one can also filter by a specific id using the argument `eqid=`).
    
    * Adds command `claimstore index` in order to do operations with
      indeces. For instance: `claimstore index clear_eqids` and
      `claimstore index rebuild_eqids`.
    
    Signed-off-by: Jose Benito Gonzalez Lopez <jose.benito.gonzalez@cern.ch>
    jbenito3 committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    ad1195d View commit details
    Browse the repository at this point in the history