Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fedora_id=/myresource where "fedora_id" is the field,  "=" is the operator and "/myresource" is the object.  If you specify more than one condition parameter,  the query parser will assume a logical AND operator  operator connects them.  So if you have the following  two conditions

      fedora_id=/myresource*

      mime_type=image/*

fedora Fedora will understand this to signify "all resources where the fedora id starts with /myresource and  and matching resources have any image/* mime-type.

Wild Cards

The star wild-card signifier (*) can be used in conditions for simple string matching.

...