Fedora Repository 3 Documentation
Page not found

Lists information about objects matching a simple search.

Usage:

fedora-find [host]
            [port]
            [user]
            [password]
            [fields]
            [phrase]
            [protocol]
            [context]

Where:

  • host - the hostname of the Fedora server; default is localhost
  • port - the port number on which the Fedora server is running; default is 8080
  • user - the Fedora user (e.g. fedoraAdmin)
  • password - the Fedora user's password
  • fields - A space-delimited list of fields. These are the fields that will be displayed for each object that matches the searchString. See http://host:port/fedora/search for a complete list of displayable fields and descriptions of each.
  • phrase - A simple text string to search all fields for. This may include wildcard characters and is case-insensitive.
  • protocol - how to connect to repository, either http or https
  • context - an optional parameter indicating the webapp context. This is only necessary if the Fedora server was installed under a context name other than 'fedora' (see Alternative Webapp Context Configuration).

Examples:

Shows the pid, Fedora object type, title, and description fields of each object that has the word fedora somewhere in it's indexed fields.

fedora-find localhost 8080 "pid fType title description" "fedora" http
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels