Search a collection for one or multiple unique ids

do_search_collection(obj, uuid)

# S4 method for Collection
do_search_collection(obj, uuid)

Arguments

obj

Collection object to search in

uuid

one or multiple unique ids to search for

Value

Object of class Collection containing the objects that were searched for

Examples

# NOT RUN {
# Get data
data("company_descriptions")

# Put text in a list
txt <- lapply(company_descriptions, function(x) x$desc)

# Fingerprint documents
txt_fp <- do_fingerprint_document(unname(txt))

# Search for
# }