Workout With Friends
Stay fit with a little motivation
|
Adds support for fulltext searching to SQLAlchemy's Base object. More...
Public Member Functions | |
def | index_type |
def | index_id |
def | index_data |
def | add_index |
Add a fulltext index for this instance. | |
def | delete_index |
Delete the fulltext index for this instance. | |
def | update_index |
Update the fulltext index for this instance. |
Static Public Attributes | |
list | index_fields = [] |
Private Member Functions | |
def | _get_fulltext_query |
Return a query for items after performing a fulltext search. |
Adds support for fulltext searching to SQLAlchemy's Base object.
Definition at line 50 of file fulltext.py.
|
private |
Return a query for items after performing a fulltext search.
Definition at line 93 of file fulltext.py.
def wowf.lib.fulltext.FulltextBase.add_index | ( | self, | |
writer | |||
) |
Add a fulltext index for this instance.
Definition at line 68 of file fulltext.py.
def wowf.lib.fulltext.FulltextBase.delete_index | ( | self, | |
writer | |||
) |
Delete the fulltext index for this instance.
Definition at line 76 of file fulltext.py.
def wowf.lib.fulltext.FulltextBase.index_data | ( | self | ) |
Definition at line 61 of file fulltext.py.
def wowf.lib.fulltext.FulltextBase.index_id | ( | self | ) |
Definition at line 58 of file fulltext.py.
def wowf.lib.fulltext.FulltextBase.index_type | ( | cls | ) |
Definition at line 55 of file fulltext.py.
def wowf.lib.fulltext.FulltextBase.update_index | ( | self, | |
writer | |||
) |
Update the fulltext index for this instance.
Definition at line 84 of file fulltext.py.
|
static |
Definition at line 52 of file fulltext.py.