- Timestamp:
- 03/12/07 14:56:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/models/eXistInterface.py
r2976 r3094 194 194 return r 195 195 196 def search(self,term,start=1,howmany=20,target=None,scope=None,bbox=None,dateRange=None ):196 def search(self,term,start=1,howmany=20,target=None,scope=None,bbox=None,dateRange=None,geoSearchType=None): 197 197 ''' Provides a search interface that mimics the WSDL search interface, except that 198 198 the target used is the exist collection name, and scope, bbox and dateRange are ignored,
Note: See TracChangeset
for help on using the changeset viewer.