Find Entries and Associated Entries

This section contains commands to find negatives by keywords and to find items associated with an entry.

List Prints of Film

photo-list-prints-of-film( film-name);

Lists all prints made from the film named film-name. film-name is a SQL regular expression allowing to display more than one item at a time.

List Prints of Film from Region

photo-list-prints-of-film-from-region(void); 

Lists all prints made from the film whose name is between mark and point.

List Prints of Negative

photo-list-prints-of-negative( negative-name);

Lists all prints made from the negative named negative-name. negative-name is a SQL regular expression allowing to display more than one item at a time.

List Prints of Negative from Region

photo-list-prints-of-negative-from-region(void); 

List all prints made from the negative whose name is between mark and point.

Find Negatives

photo-find-negatives( term);

Lists all negatives whose location or description matches term which is a SQL regular expression.