WIPACrepo / file_catalog

Store file metadata information in a file catalog
MIT License
1 stars 4 forks source link

Add Path-Like Arguments for Querying Files #87

Closed ric-evans closed 3 years ago

ric-evans commented 3 years ago

Introduces support for shortcut/base request arguments:

NOTE: With the exception of "directory" & "filename", these arguments are mutually exclusive

Order of precedence (decreasing):

  1. "directory" & "filename"
  2. "logical_name"
  3. "path"
  4. "path-regex"
  5. "logical_name" sub-field within the "query" dict

closes https://github.com/WIPACrepo/file_catalog/issues/77

ric-evans commented 3 years ago

~Tests TBD~

Update: Now tested