Difference between revisions of "Gramps 3.1 Wiki Manual - Filters"

From Gramps
Jump to: navigation, search
(General filters)
m (Protected "Gramps 3.1 Wiki Manual - Filters" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(19 intermediate revisions by 3 users not shown)
Line 9: Line 9:
  
 
==Custom Filter Editor==
 
==Custom Filter Editor==
[[Image:cfe-df.png|right|thumb|150px|Fig.3.x Define filter]]
+
[[Image:Cfe-df.png|right|thumb|250px|Fig.11.1 Define filter]]
 
The Custom Filter Editor builds custom filters that can be used to select people included in reports, exports, and other tools and utilities. This is in fact a very powerful tool in genealogical analysis.
 
The Custom Filter Editor builds custom filters that can be used to select people included in reports, exports, and other tools and utilities. This is in fact a very powerful tool in genealogical analysis.
  
Line 25: Line 25:
 
Check {{man label|Return values that do not match the filter rules}} to invert the filter rule. For example, inverting "has a common ancestor with I1" rule will match everyone who does not have a common ancestor with that person).
 
Check {{man label|Return values that do not match the filter rules}} to invert the filter rule. For example, inverting "has a common ancestor with I1" rule will match everyone who does not have a common ancestor with that person).
  
 +
<br clear="all" />
 
Clicking the {{man button|Add...}} button invokes the following {{man label|Add Rule}} dialog:
 
Clicking the {{man button|Add...}} button invokes the following {{man label|Add Rule}} dialog:
  
[[Image:cfe-ar.png|right|thumb|150px|Fig.3.x Add rule]]
+
[[Image:Cfe-ar.png|right|thumb|250px|Fig.11.2 Add rule]]
  
The pane on the left-hand side displays available filter rules arranged by their categories in an expandable tree. For detailed filter rule reference, see ''append-filtref'' . Click on the arrows to fold/unfold the appropriate category. Select the rule from the tree by clicking on its name. The right-hand side displays the name, the description, and the values for the currently selected rule. Once you are satisfied with your rule selection and its values, click {{man button|OK}} to add this rule to the rule list of the currently edited filter. Clicking {{man button|Cancel}} will abort adding the rule to the filter.
+
The pane on the left-hand side displays available filter rules arranged by their categories in an expandable tree. For detailed filter rule reference. Click on the arrows to fold/unfold the appropriate category. Select the rule from the tree by clicking on its name. The right-hand side displays the name, the description, and the values for the currently selected rule. Once you are satisfied with your rule selection and its values, click {{man button|OK}} to add this rule to the rule list of the currently edited filter. Clicking {{man button|Cancel}} will abort adding the rule to the filter.
 +
<br clear="all" />
 +
{{man tip| Tip |A filter you have already designed may be used as a rule for another filter. This gives you nearly infinite flexibility in custom-tailoring your selection criteria that can be later used in most of the exports, reports, and some of the tools (such as comparing individual events).}}
 +
 
 +
== Which filters in which view? ==
 +
 
 +
Depending on the used View, you will get a different set of filters.
 +
 
 +
*; Gramplets: no filters available
 +
 
 +
*; Persons View, Relationships View, and Pedigree View: [[#Ancestral_filters|Ancestral filters]], [[#Descendant_filters|Descendant filters]], [[#Family_filters|Family filters]], [[#General_filters|General filters]], [[#Event_filters|Event filters]], and [[#Relationship filters|Relationship Filters]].
  
{{man tip| Tip |A filter you have already designed may be used as a rule for another filter. This gives you nearly infinite flexibility in custom-tailoring your selection criteria that can be later used in most of the exports, reports, and some of the tools (such as comparing individual events).}}
+
*; Events View, Sources View, Media view, Repositories View, and Notes View: only [[#General_filters|General filters]]. Those General filters are specific for a View: in the Media View the filters will only sort and search on Media Objects.
  
 +
*; Places View: [[#General_filters|General filters]], and [[#Position filters|Position filters]].
  
 
== General filters ==
 
== General filters ==
 +
=== Persons-, Relationship-, and Pedigree View===
 +
This category includes the following general rules:
 +
 +
*;Bookmarked People: Matches the people on the bookmark list.
 +
 +
*;Default person: Matches the default person.
 +
 +
*;Disconnected People: Matches people that have no family relationships to any other person in the database.
 +
 +
*;Everyone: Matches everyone in the database.
 +
 +
*;Females: Matches all females.
 +
 +
*;Males: Matches all males.
 +
 +
*;People having <count> notes: Matches people having a certain number of notes: Values: Number of instances -- Number must be greater than/lesser/equal to
 +
 +
*;People having notes containing <regular expression>: Matches people whose notes contain text matching a regular expression. Values: Regular expression
 +
 +
*;People having notes containing <substring>: Matches people whose notes contain text matching a substring. Values: Substring
 +
 +
*;People marked private: Matches people that are indicated as private.
 +
 +
*;People matching the <filter>: Matches people matched by the specied filter name. Values: Filter name. The specified filter name should be selected from the menu.
 +
 +
*;People probably alive: Matches people without indications of death that are not too old. Values: On Date
 +
 +
*;People with <id> matching regular expression: Matches people whose GRAMPS ID matches the regular expression. Values: Regular expression
 +
 +
 +
*;People with <count> LDS events: Matches people with a certain number of LDS events. Values: Number of instances -- Number must be greater than/lesser/equal to
 +
 +
*;People with <count> addresses: Matches people with a certain number of personal addresses. Values: Number of instances -- Number must be greater than/lesser/equal to
 +
 +
*;People with <count> associations: Matches people with a certain number of associations. Values: Number of instances -- Number must be greater than/lesser/equal to
 +
 +
*;People with <count> media: Matches people with a certain number of items in the gallery. Values: Number of instances -- Number must be greater than/lesser/equal to
 +
 +
*;People with <count> source: Matches people with a certain number of items in the source. Values: Number of instances -- Number must be greater than/lesser/equal to
 +
 +
*;People with <marker>: Matches people with a marker of a particular value. Values: Marker type ' ', Complete, or ToDo.
 +
 +
*;People with complete records: Matches all the people whose records are complete.
 +
 +
*;People with incomplete names: Matches people with firstname or lastname missing.
  
This category includes the following general rules:
+
*;People with records containing <substring>: Matches people whose records contain text matching a substring. Values: Substring -- Case Sensitive or not  -- Regular-Expression matching or not
  
*;ChangedSince: This rule matches primary objects changed since a specific time.
+
*;People with the <name>: Matches people with a specied (partial) name. Values: Given Name -- Family Name -- Suffix -- Title -- Prefix -- Patronymic -- Call Name
  
*;Everything: This rule matches any object in the database. As such it is not very useful on its own except for testing purposes. However, it may be useful in combinations with other rules.
+
*;People with the source: Matches people who have a particular source. values: Source ID
  
*;Has complete record: This rule matches all people whose records are marked as complete. Currently, the completeness of personal information is marked manually, in the {{man label|Edit Person}} dialog.
+
*;People with the family <attribute>: Matches people with the family attribute of a particular value. Values: Family Attribute: Identification Number -- Age ...
  
*;Has Gallery: This rule matches primary objects who have Media Object.
+
*;People with the personal <attribute>: Matches people with the personal attribute of a particular value. Values: Family Attribute: Identification Number -- Age ...
  
*;Has Id: This rule matches any person with a specified GRAMPS ID. The rule returns a match only if the ID is matched exactly. You can either enter the ID into a text entry field, or select a person from the list by clicking {{man button|Select...}} button. In the latter case, the ID will appear in the text field after the selection was made.
+
*;People with unknown gender: Matches all people with unknown gender.
  
*;Has Marker: This rule matches people, families and notes with a particular marker.
+
*;People without a known birth date: Matches people without a known birthdate.
  
*;Has Note: This rule matches primary objects having notes.
+
*;People with <id>: Matches people with GRAMPS ID. The rule returns a match only if the ID is matched exactly. You can either enter the ID into a text entry field, or select an object from the list by clicking {{man button|Select...}} button. In the latter case, the ID will appear in the text field after the selection was made.
  
*;Has Reference Count: This rule matches primary objects with a reference <count>.
+
*;People changed after <date time>: Matches person records changed after a specified date-time (yyy-mm-dd hh:mm:ss) or in the range, if a second date-time is given: Values: Changed after: -- but before:.
  
*;Has Source: This rule matches primary objects having sources.
+
*;People with events matching the <event filter>: Matches persons who have events that match a certain event filter. Values: Event filter name.
  
*;Has text matching substring of: This rule matches all people whose records contain specified substring. All textual records are searched. Optionally, the search can be made case sensitive, or a regular expression match.
+
== Person filters ==
  
*;Is bookmarked: This rule matches all primary objects who are on the bookmark list.
+
*;Has Address: This rule matches people with a personal address.
  
*;Is Private: This rule matches primary objects whose records are marked as private.
+
*;Has Association: This rule matches people with a personal association.
  
== Person Filters ==
+
*;Has Complete Record: This rule matches all people whose records are marked as complete. Currently, the completeness of personal information is marked manually, in the {{man label|Edit Person}} dialog.
  
*;Has a name: This rule matches any person whose name matches the specified value in full or in part. For example, ''Marta Ericsdotter'' will be matched by the rule using the value "eric" for the family name. Separate values can be used for Given name, Family name, Suffix, and the Title. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's name. To use just one value, leave the other values empty.
+
*;Has Name: This rule matches any person whose name matches the specified value in full or in part. For example, ''Marta Ericsdotter'' will be matched by the rule using the value "eric" for the family name. Separate values can be used for Given name, Family name, Suffix, and the Title. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's name. To use just one value, leave the other values empty.
  
 
*;Is default person: This rule matches the default (home) person.
 
*;Is default person: This rule matches the default (home) person.
Line 85: Line 142:
  
 
*;Has the death: This rule matches people whose death event matches specified values for Date, Place, and Description. The rule returns a match even if the person's death event matches the value partially. The matching rules are case-insensitive. For example, anyone who died in Sweden will be matched by the rule using the value "sw" for the Place. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's death. To use just one value, leave the other values empty.
 
*;Has the death: This rule matches people whose death event matches specified values for Date, Place, and Description. The rule returns a match even if the person's death event matches the value partially. The matching rules are case-insensitive. For example, anyone who died in Sweden will be matched by the rule using the value "sw" for the Place. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's death. To use just one value, leave the other values empty.
 
*;Has source of: This rule matches people whose records refer to the specified source.
 
  
 
*;Has the personal event: This rule matches people that have a personal event matching specified values for the Event type, Date, Place, and Description. The rule returns a match even if the person's event matches the value partially. The matching rules are case-insensitive. For example, anyone who graduated in Sweden will be matched by the rule using the Graduation event and the value "sw" for the Place. The personal events should be selected from a pull-down menu. The rule returns a match if, and only if, all non-empty values are (partially) matched by the personal event. To use just one value, leave the other values empty.
 
*;Has the personal event: This rule matches people that have a personal event matching specified values for the Event type, Date, Place, and Description. The rule returns a match even if the person's event matches the value partially. The matching rules are case-insensitive. For example, anyone who graduated in Sweden will be matched by the rule using the Graduation event and the value "sw" for the Place. The personal events should be selected from a pull-down menu. The rule returns a match if, and only if, all non-empty values are (partially) matched by the personal event. To use just one value, leave the other values empty.
Line 164: Line 219:
 
*;Has the family attribute: This rule matches people who have the family attribute of the specified value. The specified family attribute should be selected from the menu. The specified value should be typed into the text entry field.
 
*;Has the family attribute: This rule matches people who have the family attribute of the specified value. The specified family attribute should be selected from the menu. The specified value should be typed into the text entry field.
  
*;HasLDS: This rule matches people or families with a LDS event.
+
*;Has LDS: This rule matches people or families with a LDS event.
 
 
*;Matches the filter named: This rule matches people who are matched by the specified filter. The specified filter name should be selected from the menu.
 
  
 
{{man index|Gramps 3.1 Wiki Manual - Settings|Gramps 3.1 Wiki Manual - FAQ|3.1}}
 
{{man index|Gramps 3.1 Wiki Manual - Settings|Gramps 3.1 Wiki Manual - FAQ|3.1}}
  
[[Category:Documentation]]
+
[[Category:Documentation]][[Category:Filters]]
  
 
{{languages|Gramps_3.1_Wiki_Manual_-_Filters}}
 
{{languages|Gramps_3.1_Wiki_Manual_-_Filters}}

Latest revision as of 08:25, 31 December 2010

This appendix lists of all the filter rules currently defined in GRAMPS. Each of these rules is available for use when creating custom filters, see tools-util-cfe . The rules are listed by their categories.

Gnome-important.png Special copyright notice: All edits to this page need to be under two different copyright licenses:

These licenses allow the Gramps project to maximally use this wiki manual as free content in future Gramps versions. If you do not agree with this dual license, then do not edit this page. You may only link to other pages within the wiki which fall only under the GFDL license via external links (using the syntax: [https://www.gramps-project.org/...]), not via internal links.
Also, only use the known Typographical conventions


Previous Index Next



Custom Filter Editor

Fig.11.1 Define filter

The Custom Filter Editor builds custom filters that can be used to select people included in reports, exports, and other tools and utilities. This is in fact a very powerful tool in genealogical analysis.

When you launch it, the User defined filters dialog appears that lists all the filters (if any) previously defined by you. Click the Add... button to define a new filter. Once you have designed your filters, you can edit, test, and delete selected filters using the Edit... , Test... , and Delete buttons, respectively. All the filters displayed in the list will be automatically saved along with your database and will be available with subsequent sessions of GRAMPS.

Gramps-notes.png
Changes on filters

The changes made to the filters only take effect when you click the Apply and close button.

Clicking the Add... button invokes the following Define filter dialog:


Type the name for your new filter into the Name field.

Enter any comment that would help you identify this filter in the future into the Comment field. Add as many rules to the Rule list as you would like to your filter using Add... button. If the filter has more than one rule, select one of the Rule operations . This allows you to choose whether all rules must apply, only one (either) rule must apply, or exactly one (either) rule must apply, in order for the filter to generate a match. If your filter has only one rule, this selection has no effect.

Check Return values that do not match the filter rules to invert the filter rule. For example, inverting "has a common ancestor with I1" rule will match everyone who does not have a common ancestor with that person).


Clicking the Add... button invokes the following Add Rule dialog:

Fig.11.2 Add rule

The pane on the left-hand side displays available filter rules arranged by their categories in an expandable tree. For detailed filter rule reference. Click on the arrows to fold/unfold the appropriate category. Select the rule from the tree by clicking on its name. The right-hand side displays the name, the description, and the values for the currently selected rule. Once you are satisfied with your rule selection and its values, click OK to add this rule to the rule list of the currently edited filter. Clicking Cancel will abort adding the rule to the filter.

Tango-Dialog-information.png
Tip

A filter you have already designed may be used as a rule for another filter. This gives you nearly infinite flexibility in custom-tailoring your selection criteria that can be later used in most of the exports, reports, and some of the tools (such as comparing individual events).


Which filters in which view?

Depending on the used View, you will get a different set of filters.

  • Gramplets
    no filters available
  • Events View, Sources View, Media view, Repositories View, and Notes View
    only General filters. Those General filters are specific for a View: in the Media View the filters will only sort and search on Media Objects.

General filters

Persons-, Relationship-, and Pedigree View

This category includes the following general rules:

  • Bookmarked People
    Matches the people on the bookmark list.
  • Default person
    Matches the default person.
  • Disconnected People
    Matches people that have no family relationships to any other person in the database.
  • Everyone
    Matches everyone in the database.
  • Females
    Matches all females.
  • Males
    Matches all males.
  • People having <count> notes
    Matches people having a certain number of notes: Values: Number of instances -- Number must be greater than/lesser/equal to
  • People having notes containing <regular expression>
    Matches people whose notes contain text matching a regular expression. Values: Regular expression
  • People having notes containing <substring>
    Matches people whose notes contain text matching a substring. Values: Substring
  • People marked private
    Matches people that are indicated as private.
  • People matching the <filter>
    Matches people matched by the specied filter name. Values: Filter name. The specified filter name should be selected from the menu.
  • People probably alive
    Matches people without indications of death that are not too old. Values: On Date
  • People with <id> matching regular expression
    Matches people whose GRAMPS ID matches the regular expression. Values: Regular expression


  • People with <count> LDS events
    Matches people with a certain number of LDS events. Values: Number of instances -- Number must be greater than/lesser/equal to
  • People with <count> addresses
    Matches people with a certain number of personal addresses. Values: Number of instances -- Number must be greater than/lesser/equal to
  • People with <count> associations
    Matches people with a certain number of associations. Values: Number of instances -- Number must be greater than/lesser/equal to
  • People with <count> media
    Matches people with a certain number of items in the gallery. Values: Number of instances -- Number must be greater than/lesser/equal to
  • People with <count> source
    Matches people with a certain number of items in the source. Values: Number of instances -- Number must be greater than/lesser/equal to
  • People with <marker>
    Matches people with a marker of a particular value. Values: Marker type ' ', Complete, or ToDo.
  • People with complete records
    Matches all the people whose records are complete.
  • People with incomplete names
    Matches people with firstname or lastname missing.
  • People with records containing <substring>
    Matches people whose records contain text matching a substring. Values: Substring -- Case Sensitive or not -- Regular-Expression matching or not
  • People with the <name>
    Matches people with a specied (partial) name. Values: Given Name -- Family Name -- Suffix -- Title -- Prefix -- Patronymic -- Call Name
  • People with the source
    Matches people who have a particular source. values: Source ID
  • People with the family <attribute>
    Matches people with the family attribute of a particular value. Values: Family Attribute: Identification Number -- Age ...
  • People with the personal <attribute>
    Matches people with the personal attribute of a particular value. Values: Family Attribute: Identification Number -- Age ...
  • People with unknown gender
    Matches all people with unknown gender.
  • People without a known birth date
    Matches people without a known birthdate.
  • People with <id>
    Matches people with GRAMPS ID. The rule returns a match only if the ID is matched exactly. You can either enter the ID into a text entry field, or select an object from the list by clicking Select... button. In the latter case, the ID will appear in the text field after the selection was made.
  • People changed after <date time>
    Matches person records changed after a specified date-time (yyy-mm-dd hh:mm:ss) or in the range, if a second date-time is given: Values: Changed after: -- but before:.
  • People with events matching the <event filter>
    Matches persons who have events that match a certain event filter. Values: Event filter name.

Person filters

  • Has Address
    This rule matches people with a personal address.
  • Has Association
    This rule matches people with a personal association.
  • Has Complete Record
    This rule matches all people whose records are marked as complete. Currently, the completeness of personal information is marked manually, in the Edit Person dialog.
  • Has Name
    This rule matches any person whose name matches the specified value in full or in part. For example, Marta Ericsdotter will be matched by the rule using the value "eric" for the family name. Separate values can be used for Given name, Family name, Suffix, and the Title. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's name. To use just one value, leave the other values empty.
  • Is default person
    This rule matches the default (home) person.
  • Is a female
    This rule matches any female person.
  • Is a male
    This rule matches any male person.
  • People probably alive
    This rule matches all people whose records do not indicate their death and who are not unreasonably old, judging by their available birth data and today's date.
  • People with incomplete names
    This rule matches all people with either given name or family name missing.
  • People without a birth date
    This rule matches people missing birth date.

Event filters

This category includes the following rules that match people based on their recorded events:

  • Has the birth
    This rule matches people whose birth event matches specified values for Date, Place, and Description. The rule returns a match even if the person's birth event matches the value partially. The matching rules are case-insensitive. For example, anyone born in Sweden will be matched by the rule using the value "sw" for the Place. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's birth. To use just one value, leave the other values empty.
  • Has the death
    This rule matches people whose death event matches specified values for Date, Place, and Description. The rule returns a match even if the person's death event matches the value partially. The matching rules are case-insensitive. For example, anyone who died in Sweden will be matched by the rule using the value "sw" for the Place. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's death. To use just one value, leave the other values empty.
  • Has the personal event
    This rule matches people that have a personal event matching specified values for the Event type, Date, Place, and Description. The rule returns a match even if the person's event matches the value partially. The matching rules are case-insensitive. For example, anyone who graduated in Sweden will be matched by the rule using the Graduation event and the value "sw" for the Place. The personal events should be selected from a pull-down menu. The rule returns a match if, and only if, all non-empty values are (partially) matched by the personal event. To use just one value, leave the other values empty.
  • Has the family event
    This rule matches people that have a family event matching specified values for the Event type, Date, Place, and Description. The rule returns a match even if the person's event matches the value partially. The matching rules are case-insensitive. For example, anyone who was married in Sweden will be matched by the rule using the Marriage event and the value "sw" for the Place. The family events should be selected from a pull-down menu. The rule returns a match if, and only if, all non-empty values are (partially) matched by the personal event. To use just one value, leave the other values empty.
  • Witness
    This rule matches people who are present as a witness in the event. If the personal or family event type is specified, only the events of this type will be searched.
  • People with incomplete events
    This rule matches people missing date or place in any personal event.
  • Families with incomplete events
    This rule matches people missing date or place in any family event of any of their families.

Family filters

This category includes the following rules that match people based on their family relationships:

  • People with children
    This rule matches people with children.
  • People with multiple marriage records
    This rule matches people with more than one spouse.
  • People with no marriage records
    This rule matches people with no spouses.
  • People who were adopted
    This rule matches adopted people.
  • Has the relationships
    This rule matches people with a particular relationship. The relationship must match the type selected from the menu. Optionally, the number of relationships and the number of children can be specified. The rule returns a match if, and only if, all non-empty values are (partially) matched by a person's relationship. To use just one value, leave the other values empty.
  • Is spouse of filter match
    This rule matches people married to someone who is matched by the specified filter. The specified filter name should be selected from the menu.
  • Is a child of filter match
    This rule matches people for whom either parent is matched by the specified filter. The specified filter name should be selected from the menu.
  • Is a parent of filter match
    This rule matches people whose child is matched by the specified filter. The specified filter name should be selected from the menu.
  • Is a sibling of filter match
    This rule matches people whose sibling is matched by the specified filter. The specified filter name should be selected from the menu.

Ancestral filters

This category includes the following rules that match people based on their ancestral relations to other people:

  • Is an ancestor of
    This rule matches people who are ancestors of the specified person. The Inclusive option determines whether the specified person should be considered his/her own ancestor (useful for building reports). You can either enter the ID into a text entry field, or select a person from the list by clicking Select... button. In the latter case, the ID will appear in the text field after the selection was made.
  • Is an ancestor of person at least N generations away
    This rule matches people who are ancestors of the specified person and are at least N generations away from that person in their lineage. For example, using this rule with the value of 2 for the number of generations will match grandparents, great-grandparents, etc., but not the parents of the specified person.
  • Is an ancestor of person not more than N generations away
    This rule matches people who are ancestors of the specified person and are no more than N generations away from that person in their lineage. For example, using this rule with the value of 2 for the number of generations will match parents and grandparents, but not great-grandparents, etc., of the specified person.
  • Has a common ancestor with
    This rule matches people who have common ancestors with the specified person.
  • Has a common ancestor with filter match
    This rule matches people who have common ancestors with someone who is matched by the specified filter. The specified filter name should be selected from the menu.
  • Is an ancestor of filter match
    This rule matches people who are ancestors of someone who is matched by the specified filter. The specified filter name should be selected from the menu.

Descendant filters

This category includes the following rules that match people based on their descendant relations to other people:

  • Is a descendant of
    This rule matches people who are descendants of the specified person. The Inclusive option determines whether the specified person should be considered his/her own descendant (useful for building reports). You can either enter the ID into a text entry field, or select a person from the list by clicking Select... button. In the latter case, the ID will appear in the text field after the selection was made.
  • Is a descendant of person at least N generations away
    This rule matches people who are descendants of the specified person and are at least N generations away from that person in their lineage. For example, using this rule with the value of 2 for the number of generations will match grandchildren, great-grandchildren, etc., but not the children of the specified person.
  • Is a descendant of person not more than N generations away
    This rule matches people who are descendants of the specified person and are no more than N generations away from that person in their lineage. For example, using this rule with the value of 2 for the number of generations will match children and grandchildren, but not great-grandchildren, etc., of the specified person.
  • Is a descendant of filter match
    This rule matches people who are descendants of someone who is matched by the specified filter. The specified filter name should be selected from the menu.
  • Is a descendant family member of
    This rule not only matches people who are descendants of the specified person, but also those descendants' spouses.

Relationship filters

This category includes the following rules that match people based on their mutual relationship:

  • Relationship path between two people
    This rule matches all ancestors of both people back to their common ancestors (if exist). This produces the "relationship path" between these two people, through their common ancestors. You can either enter the ID of each person into the appropriate text entry fields, or select people from the list by clicking their Select... buttons. In the latter case, the ID will appear in the text field after the selection was made.

Miscellaneous filters

This category includes the following rules which do not naturally fit into any of the above categories:

  • Has the personal attribute
    This rule matches people who have the personal attribute of the specified value. The specified personal attribute name should be selected from the menu. The specified value should be typed into the text entry field.
  • Has the family attribute
    This rule matches people who have the family attribute of the specified value. The specified family attribute should be selected from the menu. The specified value should be typed into the text entry field.
  • Has LDS
    This rule matches people or families with a LDS event.
Previous Index Next