2005-02-15 08:05:26 +05:30
|
|
|
<appendix id="append-filtref">
|
2003-12-01 09:52:15 +05:30
|
|
|
|
2003-12-03 08:26:43 +05:30
|
|
|
<!--
|
|
|
|
User Manual for Gramps - a GTK+/GNOME based genealogy program
|
|
|
|
|
2005-02-15 08:05:26 +05:30
|
|
|
Copyright (C) 2003-2005 Alexander Roitman
|
2003-12-03 08:26:43 +05:30
|
|
|
|
2005-02-15 08:05:26 +05:30
|
|
|
This document is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This document is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2003-12-03 08:26:43 +05:30
|
|
|
-->
|
|
|
|
|
2003-12-01 09:52:15 +05:30
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>Filter rules reference</title>
|
2003-09-28 04:31:41 +05:30
|
|
|
<para>This appendix lists of all the filter rules currently defined
|
|
|
|
in &app;. Each of these rules is available for use when creating custom
|
2005-05-11 19:34:47 +05:30
|
|
|
filters, see <xref linkend="tools-util-cfe"/>. The rules are
|
|
|
|
listed by their categories.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-general">
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>General filters</title>
|
|
|
|
<para>This category includes the following most general rules:</para>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
|
2004-01-20 09:59:41 +05:30
|
|
|
<varlistentry><term>Has complete record</term>
|
|
|
|
<listitem><para> This rule matches all people whose records are
|
|
|
|
marked as complete. Currently, the completeness of personal
|
|
|
|
information is marked manually, in the <guilabel>Edit Person</guilabel>
|
|
|
|
dialog.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>People with incomplete names</term>
|
|
|
|
<listitem><para> This rule matches all people with either
|
|
|
|
given name or family name missing.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is bookmarked person</term>
|
|
|
|
<listitem><para> This rule matches all people who are on the
|
|
|
|
bookmark list.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has text matching substring of</term>
|
|
|
|
<listitem><para> 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.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<varlistentry><term>Everyone</term>
|
|
|
|
<listitem><para> This rule matches any person 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.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>People probably alive</term>
|
|
|
|
<listitem><para> 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.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<varlistentry><term>Has a name</term>
|
|
|
|
<listitem><para> This rule matches any person whose name
|
2003-09-28 04:31:41 +05:30
|
|
|
matches the specified value in full or in part. For example,
|
2003-09-23 06:18:01 +05:30
|
|
|
Marta Ericsdotter will be matched by the rule using the
|
|
|
|
value "eric" for the family name.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> Separate values can be used for Given name, Family name,
|
2005-05-11 19:34:47 +05:30
|
|
|
Suffix, and the Title. The rule returns a match if, and only if,
|
2003-09-23 06:18:01 +05:30
|
|
|
all non-empty values are (partially) matched by a person's
|
|
|
|
name. To use just one value, leave the other values empty.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has the Id</term>
|
|
|
|
<listitem><para> This rule matches any person with a specified
|
|
|
|
&app; ID. The rule returns a match only if the ID is matched
|
|
|
|
exactly.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> You can either enter the ID into a text entry field, or
|
|
|
|
select a person from the list by clicking
|
|
|
|
<guibutton>Select...</guibutton> button. In the latter case, the
|
|
|
|
ID will appear in the text field after the selection was made.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>Is default person</term>
|
|
|
|
<listitem><para> This rule matches the default (home) person.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>People marked private</term>
|
|
|
|
<listitem><para> This rule matches people whose records are marked
|
|
|
|
as private.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<varlistentry><term>Is a female</term>
|
|
|
|
<listitem><para> This rule matches any female person.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>People who have images</term>
|
|
|
|
<listitem><para> This rule matches people with images in their
|
|
|
|
galleries.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>People without a birth date</term>
|
|
|
|
<listitem><para> This rule matches people missing birth date.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<varlistentry><term>Is a male</term>
|
|
|
|
<listitem><para> This rule matches any male person.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-event">
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>Event filters</title>
|
|
|
|
<para>This category includes the following rules that match people
|
|
|
|
based on their recorded events:</para>
|
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry><term>Has the birth</term>
|
|
|
|
<listitem><para> This rule matches people whose birth event
|
|
|
|
matches specified values for Date, Place, and Description.
|
2003-09-28 04:31:41 +05:30
|
|
|
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.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<para> The rule returns a match if, and only if,
|
2003-09-23 06:18:01 +05:30
|
|
|
all non-empty values are (partially) matched by a person's
|
|
|
|
birth. To use just one value, leave the other values empty.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has the death</term>
|
|
|
|
<listitem><para> 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
|
2003-09-28 04:31:41 +05:30
|
|
|
matches the value partially. The matching rules are case-insensitive.
|
|
|
|
For example, anyone who died in Sweden
|
2003-09-23 06:18:01 +05:30
|
|
|
will be matched by the rule using the value "sw" for the Place.
|
|
|
|
</para>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<para> The rule returns a match if, and only if,
|
2003-09-23 06:18:01 +05:30
|
|
|
all non-empty values are (partially) matched by a person's
|
|
|
|
death. To use just one value, leave the other values empty.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>Has source of</term>
|
|
|
|
<listitem><para> This rule matches people whose records refer
|
|
|
|
to the specified source.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<varlistentry><term>Has the personal event</term>
|
|
|
|
<listitem><para> 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
|
2003-09-28 04:31:41 +05:30
|
|
|
event matches the value partially. The matching rules are
|
|
|
|
case-insensitive. For example, anyone who graduated
|
2003-09-23 06:18:01 +05:30
|
|
|
in Sweden will be matched by the rule using the Graduation event
|
|
|
|
and the value "sw" for the Place.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> The personal events should be selected from a pull-down menu.
|
2005-05-11 19:34:47 +05:30
|
|
|
The rule returns a match if, and only if, all non-empty values
|
2003-09-23 06:18:01 +05:30
|
|
|
are (partially) matched by the personal event.
|
|
|
|
To use just one value, leave the other values empty.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has the family event</term>
|
|
|
|
<listitem><para> 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
|
2003-09-28 04:31:41 +05:30
|
|
|
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.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> The family events should be selected from a pull-down menu.
|
2005-05-11 19:34:47 +05:30
|
|
|
The rule returns a match if, and only if, all non-empty values
|
2003-09-23 06:18:01 +05:30
|
|
|
are (partially) matched by the personal event.
|
|
|
|
To use just one value, leave the other values empty.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>Witness</term>
|
|
|
|
<listitem><para> 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.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>People with incomplete events</term>
|
|
|
|
<listitem><para> This rule matches people missing date or place in
|
|
|
|
any personal event.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Families with incomplete events</term>
|
|
|
|
<listitem><para> This rule matches people missing date or place in
|
|
|
|
any family event of any of their families.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
|
|
|
</variablelist>
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-family">
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>Family filters</title>
|
|
|
|
<para>This category includes the following rules that match people
|
|
|
|
based on their family relationships:</para>
|
|
|
|
<variablelist>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>People with children</term>
|
|
|
|
<listitem><para> This rule matches people with children.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>People with multiple marriage records</term>
|
|
|
|
<listitem><para> This rule matches people with more than one spouse.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>People with no marriage records</term>
|
|
|
|
<listitem><para> This rule matches people with no spouses.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>People who were adopted</term>
|
|
|
|
<listitem><para> This rule matches adopted people.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<varlistentry><term>Has the relationships</term>
|
|
|
|
<listitem><para> 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.
|
|
|
|
</para>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<para> The rule returns a match if, and only if,
|
2003-09-23 06:18:01 +05:30
|
|
|
all non-empty values are (partially) matched by a person's
|
2004-02-03 10:46:36 +05:30
|
|
|
relationship. To use just one value, leave the other values empty.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is spouse of filter match</term>
|
|
|
|
<listitem><para> This rule matches people married to someone
|
2003-09-28 04:31:41 +05:30
|
|
|
who is matched by the specified filter.
|
2003-09-23 06:18:01 +05:30
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a child of filter match</term>
|
2003-09-28 04:31:41 +05:30
|
|
|
<listitem><para> This rule matches people for whom either parent
|
|
|
|
is matched by the specified filter.
|
2003-09-23 06:18:01 +05:30
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a parent of filter match</term>
|
|
|
|
<listitem><para> This rule matches people whose child
|
2003-09-28 04:31:41 +05:30
|
|
|
is matched by the specified filter.
|
2003-09-23 06:18:01 +05:30
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-11 19:34:47 +05:30
|
|
|
<varlistentry><term>Is a sibling of filter match</term>
|
|
|
|
<listitem><para> This rule matches people whose sibling
|
|
|
|
is matched by the specified filter.
|
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
</variablelist>
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-ancestral">
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>Ancestral filters</title>
|
|
|
|
<para>This category includes the following rules that match people
|
2003-09-28 04:31:41 +05:30
|
|
|
based on their ancestral relations to other people:</para>
|
2003-09-23 06:18:01 +05:30
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry><term>Is an ancestor of</term>
|
|
|
|
<listitem><para> 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).
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> You can either enter the ID into a text entry field, or
|
|
|
|
select a person from the list by clicking
|
|
|
|
<guibutton>Select...</guibutton> button. In the latter case, the
|
|
|
|
ID will appear in the text field after the selection was made.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is an ancestor of person at
|
|
|
|
least N generations away</term>
|
|
|
|
<listitem><para> 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
|
2003-09-28 04:31:41 +05:30
|
|
|
for the number of generations will match grandparents,
|
|
|
|
great-grandparents, etc., but not the parents of the specified
|
|
|
|
person.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is an ancestor of person not more
|
|
|
|
than N generations away</term>
|
|
|
|
<listitem><para> This rule matches people who are ancestors of the
|
2003-09-28 04:31:41 +05:30
|
|
|
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.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has a common ancestor with</term>
|
|
|
|
<listitem><para> This rule matches people who have common ancestors
|
|
|
|
with the specified person.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has a common ancestor with filter match</term>
|
|
|
|
<listitem><para> This rule matches people who have common ancestors
|
2003-09-28 04:31:41 +05:30
|
|
|
with someone who is matched by the specified filter.
|
2003-09-23 06:18:01 +05:30
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is an ancestor of filter match</term>
|
|
|
|
<listitem><para> This rule matches people who are ancestors
|
2003-09-28 04:31:41 +05:30
|
|
|
of someone who is matched by the specified filter.
|
2003-09-23 06:18:01 +05:30
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-descendant">
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>Descendant filters</title>
|
|
|
|
<para>This category includes the following rules that match people
|
2003-09-28 04:31:41 +05:30
|
|
|
based on their descendant relations to other people:</para>
|
2003-09-23 06:18:01 +05:30
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a descendant of</term>
|
|
|
|
<listitem><para> 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).
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> You can either enter the ID into a text entry field, or
|
|
|
|
select a person from the list by clicking
|
|
|
|
<guibutton>Select...</guibutton> button. In the latter case, the
|
|
|
|
ID will appear in the text field after the selection was made.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a descendant of person at
|
|
|
|
least N generations away</term>
|
|
|
|
<listitem><para> 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
|
2003-09-28 04:31:41 +05:30
|
|
|
for the number of generations will match grandchildren,
|
|
|
|
great-grandchildren, etc., but not the children of the specified
|
|
|
|
person.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a descendant of person not more
|
|
|
|
than N generations away</term>
|
|
|
|
<listitem><para> This rule matches people who are descendants of the
|
2003-09-28 04:31:41 +05:30
|
|
|
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.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a descendant of filter match</term>
|
|
|
|
<listitem><para> This rule matches people who are descendants
|
2003-09-28 04:31:41 +05:30
|
|
|
of someone who is matched by the specified filter.
|
2003-09-23 06:18:01 +05:30
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Is a descendant family member of</term>
|
2003-09-28 04:31:41 +05:30
|
|
|
<listitem><para> This rule not only matches people who are
|
|
|
|
descendants of the specified person, but also those descendants'
|
|
|
|
spouses.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
2003-12-01 09:52:15 +05:30
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-relat">
|
2003-12-01 09:52:15 +05:30
|
|
|
<title>Relationship filters</title>
|
|
|
|
<para>This category includes the following rules that match people
|
|
|
|
based on their mutual relationship:</para>
|
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry><term>Relationship path between two people</term>
|
|
|
|
<listitem><para> 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.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para> You can either enter the ID of each person into the
|
|
|
|
appropriate text entry fields, or select people from the list by
|
|
|
|
clicking their <guibutton>Select...</guibutton> buttons. In the
|
|
|
|
latter case, the ID will appear in the text field after the
|
|
|
|
selection was made.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-12-01 09:52:15 +05:30
|
|
|
|
2003-09-23 06:18:01 +05:30
|
|
|
<!-- =============== Appendices Sub-subsection ================ -->
|
2005-02-15 08:05:26 +05:30
|
|
|
<sect1 id="filtref-misc">
|
2003-09-23 06:18:01 +05:30
|
|
|
<title>Miscellaneous filters</title>
|
2003-09-28 04:31:41 +05:30
|
|
|
<para>This category includes the following rules which do not
|
2003-09-23 06:18:01 +05:30
|
|
|
naturally fit into any of the above categories:</para>
|
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry><term>Has the personal attribute</term>
|
|
|
|
<listitem><para> This rule matches people who have the personal
|
|
|
|
attribute of the specified value. The specified personal attribute
|
2003-09-28 04:31:41 +05:30
|
|
|
name should be selected from the menu. The specified value should
|
|
|
|
be typed into the text entry field.
|
2003-09-23 06:18:01 +05:30
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Has the family attribute</term>
|
|
|
|
<listitem><para> 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.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry><term>Matches the filter named</term>
|
|
|
|
<listitem><para> This rule matches people who are matched
|
|
|
|
by the specified filter.
|
|
|
|
The specified filter name should be selected from the menu.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
2005-02-15 08:05:26 +05:30
|
|
|
</sect1>
|
2003-09-23 06:18:01 +05:30
|
|
|
|
2005-02-15 08:05:26 +05:30
|
|
|
</appendix>
|