![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | search |
![]() | |
def | __init__ |
def | is_keys_only |
def | projection |
def | is_distinct |
def | filter |
def | order |
def | ancestor |
![]() | |
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__ |
A subclass of db.Query that supports full text search.
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