* src/RelLib.py (Source.get_text_data_child_list,

Family.get_text_data_child_list): Add missing lists.
* src/GenericFilter.py (FullTextSearch): Correct description.

* src/GenericFilter.py (FullTextSearch): Added new filter that provides
a full-text search thru (nearly) all attributes and linked objects of a person.


svn: r4185
This commit is contained in:
Alex Roitman
2005-03-15 15:56:47 +00:00
parent d85c655092
commit c492d5a5ad
3 changed files with 11 additions and 5 deletions

View File

@ -1853,7 +1853,7 @@ class FullTextSearch(Rule):
return 'Full-text serach for ...'
def description(self):
return _("Does a full-text search in all text values of the verson and all linked events and families")
return _("Matches persons whose records contain text matching a substring")
def category(self):
return _('General filters')