Package vita :: Package modules :: Package s3 :: Module s3search :: Class S3PersonSearch
[hide private]
[frames] | no frames]

Class S3PersonSearch

source code

     object --+            
              |            
s3rest.S3Method --+        
                  |        
      s3crud.S3CRUD --+    
                      |    
               S3Search --+
                          |
                         S3PersonSearch

Search method with specifics for person records (full name search)

Instance Methods [hide private]
 
search_json(self, r, **attr)
Legacy JSON search method (for autocomplete-widgets)
source code

Inherited from S3Search: __init__, apply_method, search_interactive

Inherited from s3crud.S3CRUD: create, crud_button, crud_string, delete, insert_buttons, last_update, read, select, sqlform, sqltable, ssp_filter, ssp_orderby, update

Inherited from s3crud.S3CRUD (private): _linkto

Inherited from s3rest.S3Method: __call__

Inherited from s3rest.S3Method (private): _config

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from s3crud.S3CRUD: insert_subheadings

Inherited from s3rest.S3Method (private): _extend_view, _record_id, _view

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

search_json(self, r, **attr)

source code 

Legacy JSON search method (for autocomplete-widgets)

Parameters:
  • r - the S3Request
  • attr - request attributes
Overrides: S3Search.search_json