Changes

Jump to: navigation, search

Gramps-Connect

514 bytes added, 13:50, 22 July 2012
Functionality
** '''S,''' will give all people who have a surname that starts with "S"
** ''',G''' will give all people who have a given name that starts with "G"
* You can use ^ and $ to signify beginning and end respectively:
** '''id=56''' (match all records that have a gramps_id that conatins 56)
** '''id=^M00''' (match all records that have a gramps_id that starts with M00)
** '''id=00$''' (match all records that have a gramps_id that ends with 00)
** '''id=^M00056$''' (match all records that have a gramps_id that is exactly M00056)
* You can add a period in any search term to search a subpart
** '''father.name.suffix=Jr''' (matches all Jrs on Family Browse view)
* There are some fields that you can also separate with commas:
** '''private=1, surname=Smith, given=Joe, death=1850, birth=2000'''

Navigation menu