FamilyTree Addresses.php - jcobban/Genealogy GitHub Wiki
Up: Family Tree Implementation
This script displays the main page for viewing a set of Addresses.
When invoked by method='get' it supports the following parameters.
| parameter | description |
|---|---|
| pattern | regular expression to match names |
| offset | starting offset within result set |
| limit | number of entries to display from result set |
| repositories | if set show repository entries |
| event | if set show event entries |
| mailing | if set show mailing entries (requires master auth) |
| lang | the requested language of communication as a BCP 47 identifier. ] |
The user may alter the search parameters and resubmit the request which is then passed to the script using method=post.
To see an example of this page in action go to the demonstration site.
Next: ancestorReport.js