* 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:
@ -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')
|
||||
|
Reference in New Issue
Block a user