How to specify the scope of search?
Posted: Fri Aug 29, 2014 8:54 am
Hi,
I have a question regarding the scope of “Project” and “Dataset”. Does Dataset refer to the file? If I want to search for a metadata inside a file, looking in image and dataset is enough or I should add Project as well?
for i in conn.searchObjects(["Dataset", "Image"], "tiff"):
print i.OMERO_CLASS, i.getName(),i.getDescription(),i.getOwnerFullName(),i.getDate()
Another question is regarding the domain of the search regarding user access level. What kind of access should user have on a file which is being searched? Having read access to a file is enough for search? Is user allowed to download all the search result?
Best regards,
pz3977
I have a question regarding the scope of “Project” and “Dataset”. Does Dataset refer to the file? If I want to search for a metadata inside a file, looking in image and dataset is enough or I should add Project as well?
for i in conn.searchObjects(["Dataset", "Image"], "tiff"):
print i.OMERO_CLASS, i.getName(),i.getDescription(),i.getOwnerFullName(),i.getDate()
Another question is regarding the domain of the search regarding user access level. What kind of access should user have on a file which is being searched? Having read access to a file is enough for search? Is user allowed to download all the search result?
Best regards,
pz3977