BK,
from that line of code it would like like only exParser could possibly be null. How are you setting it?
~Josh
import omero
host = "xxx"
port = 4064
user = "yyy"
password = "zzz"
client = omero.client(host, port)
session = client.createSession(user, password)
search = client.sf.createSearchService()
search.onlyType("Image")
search.byFullText("A.B.C1:Glas*")
ids = [x.id.val for x in search.results()]
Return to Developer Discussion
Users browsing this forum: Google [Bot] and 0 guests