Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion djorm_pgfulltext/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SearchManagerMixIn(object):
field; if not, they will be made directly in the searched fields.

When using search_field, if auto_update = True, Django signals will be used to
automatically syncronize the search_field with the searched fields every time instances
automatically synchronize the search_field with the searched fields every time instances
are saved. If not, you can call to 'update_search_field' method in model instances to do this.
If search_field not used, both auto_update and update_search_field does nothing. Alternatively,
you can create a postgresql trigger to do the syncronization at database level, see this:
Expand Down