Difference between revisions of "Gramps People Category screenshots"

From Gramps
Jump to: navigation, search
m (Gramps)
(Filters: look at merging this ":filters" section into user manual)
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{languages}}
 
 
__TOC__
 
__TOC__
 
== Main window, People ==
 
== Main window, People ==
This screenshot shows the main window in Gramps, displaying the Person (People) View.  
+
This screenshot shows the main window in Gramps, displaying the People Category - Person (List) View.  
  
This view shows all people in the database, displayed in a tree and grouped by family name. The view may be switched to other views by selecting one of the buttons on the lefthand side of the screen.
+
This view shows all people in the database, displayed in a list and sorted by family name. The view may be switched to other views by selecting one of the buttons on the left-hand side of the screen.
  
[[Image:Mainwin.png|Main window (Person View)]]
+
[[File:MainWindow-SearchBar-annotated-sidebar-hidden-example-50.png|750px|thumb|left|Gramps Main Window (Person View) showing Search Bar]]
 +
{{-}}
  
 
== Main window, People with filter sidebar ==
 
== Main window, People with filter sidebar ==
 
This screenshot shows the same view, but with the sidebar filter enabled. The filter allows you to control which people in the display are visible in the display.
 
This screenshot shows the same view, but with the sidebar filter enabled. The filter allows you to control which people in the display are visible in the display.
  
[[Image:SidebarFilter-40.png|Main window with the sidebar filter enabled]]
+
[[File:PeopleCategory-sidebar-filter-enabled-50.png|Main window with the sidebar filter enabled]]
  
[[Category:screenshots]]
+
{{-}}
  
NOTE: 'Use regular expressions' only works on '''some''' fields
+
=== Filters ===
 +
{{man note|NOTE|''Use regular expressions'' only works on '''some''' fields}}
  
 
Some simple regular expressions to filter out persons with surnames spelled slightly different.
 
Some simple regular expressions to filter out persons with surnames spelled slightly different.
Line 36: Line 37:
 
  Erikson  
 
  Erikson  
 
  Eriksson
 
  Eriksson
 +
 +
==See also==
 +
* [[Gramps_5.1_Wiki_Manual_-_Categories#People_Category]]
 +
 +
[[Category:screenshots]]

Latest revision as of 22:04, 25 October 2019

Main window, People

This screenshot shows the main window in Gramps, displaying the People Category - Person (List) View.

This view shows all people in the database, displayed in a list and sorted by family name. The view may be switched to other views by selecting one of the buttons on the left-hand side of the screen.

Gramps Main Window (Person View) showing Search Bar


Main window, People with filter sidebar

This screenshot shows the same view, but with the sidebar filter enabled. The filter allows you to control which people in the display are visible in the display.

Main window with the sidebar filter enabled


Filters

Gramps-notes.png
NOTE

Use regular expressions only works on some fields

Some simple regular expressions to filter out persons with surnames spelled slightly different.

With this regular expression in the sidebar filter Name entry:

eri[ck](s|ss)on

or

eri[ck]ss?on

or

eri[ck]s+on

You get all four versions as result:

Ericson
Ericsson
Erikson 
Eriksson

See also