OMEROweb Connection and Search Service
Posted: Tue Mar 01, 2011 8:38 pm
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