OMEROweb Connection and Search Service

From script I can create a search service
I want to do the same in an OMEROweb app. But I start with
Is there a way to create a search service directly from a connection?
Ivan
- Code: Select all
search = client.sf.createSearchService()
I want to do the same in an OMEROweb app. But I start with
- Code: Select all
conn = getBlitzConnection( request )
Is there a way to create a search service directly from a connection?
Ivan