You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries like PID:[islandora\:110 TO islandora*] don't work, probably because the end of the range is open ended. Queries like PID:[islandora\:110 TO islandora\:9999999] and PID:[islandora\:0 TO islandora\:117] do work however.
I'm now wondering if instead of providing shortcuts to do queries we should just document a bunch of different types of queries under the "Fetching PIDs" section.
E.g.,
--pid_range=<1000
, '--pid_range=>1000,
--pid_range=1000-2000`.Possible syntax:
PID:[* TO islandora:1000]
,PID:[islandora:1000 TO *]
,PID:[islanodra:1000 TO islandora:2000]
.The text was updated successfully, but these errors were encountered: