App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.ext.search.SearchableModel.Query Class Reference
Inheritance diagram for google.appengine.ext.search.SearchableModel.Query:
google.appengine.ext.db.Query google.appengine.ext.db._BaseQuery

Public Member Functions

def search
 
- Public Member Functions inherited from google.appengine.ext.db.Query
def __init__
 
def is_keys_only
 
def projection
 
def is_distinct
 
def filter
 
def order
 
def ancestor
 
- Public Member Functions inherited from google.appengine.ext.db._BaseQuery
def __init__
 
def is_keys_only
 
def projection
 
def is_distinct
 
def run
 
def __iter__
 
def __getstate__
 
def get
 
def count
 
def fetch
 
def index_list
 
def cursor
 
def with_cursor
 
def __getitem__
 

Detailed Description

A subclass of db.Query that supports full text search.

Member Function Documentation

def google.appengine.ext.search.SearchableModel.Query.search (   self,
  search_query,
  properties = ALL_PROPERTIES 
)
Adds a full text search to this query.

Args:
  search_query, a string containing the full text search query.

Returns:
  self

The documentation for this class was generated from the following file: