Versions Compared

Key

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

...

QUERY STRING

WHAT IS FOUND

HOW IT WORKS

holdings.electronicAccess.uri = “hampshire”

finds holdings records that have a URL for electronic access that contains the string “hampshire” (change to amherst|mtholyoke|smith|umass as needed)

The uri fieldname corresponds to the URL entered in the Electronic Access section of a holdings record. The query looks for any url containing the provided text. This query is most useful when searching for proxied urls or other institution-specific addresses.

cql.allRecords=1 NOT (holdings.electronicAccess.uri = ““ NOT holdings.electronicAccess.linkText="")

...

INSTANCES

QUERY STRING

WHAT IS FOUND

HOW IT WORKS

electronicAccess.uri=””

finds instances with electronic access URIs (aka 856 links in MARC SRS)

Looks for any instance record where the field electronicAccess.uri is defined (if there is no data, the field is undefined).