9_wildcards_for_searching

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
9_wildcards_for_searching [2013/05/20 10:43] barbara9_wildcards_for_searching [2022/06/01 11:38] (current) Catherine Riddell
Line 2: Line 2:
  
 ^Key^Action^Example^ ^Key^Action^Example^
-|% |Find any (or no) characters| **%International** finds all records whose name starts with anything but finishes with International.\\ **International%** finds all records whose name starts with Internationalbut finishes with anything.|+|% |Find any (or no) characters| **%International** finds all records whose name starts with anything but finishes with International.\\ **International%** finds all records whose name starts with International but finishes with anything.|
 |? |Finds a single unknown character | **SM?THJ** finds John Smith, James Smith, John Smyth and Jane Smith.| |? |Finds a single unknown character | **SM?THJ** finds John Smith, James Smith, John Smyth and Jane Smith.|
 |* |Finds one or more unknown character(s) | **SM*THJ** finds John Smith, James Smith, John Smyth, Jane Smith and Jane Smeath\\ Enter * on its own to display all the items in the database| |* |Finds one or more unknown character(s) | **SM*THJ** finds John Smith, James Smith, John Smyth, Jane Smith and Jane Smeath\\ Enter * on its own to display all the items in the database|
-|[...]|The area within a set of square brackets represents one character. The database matches anything within the square brackets |**NE1[ ]** looks for postcode NE1 only and not NE11 or NE12 because the 4th character must be a space.\\ **NE1[12]** looks for postcodes NE11 and NE12 because the 4th character must either be a 1 or a 2.\\ This can be very useful for controlled postcode lookup.|+|[...]|The area within a set of square brackets represents one character. The database matches anything within the square brackets |**NE1[ ]** looks for postcode NE1 only and not NE11 or NE12 because the 4th character must be a space.\\  **NE[123][ ]** looks for NE followed by either 1, 2 or 3 as the third character and then a space so NE1, NE2 or NE3 only.\\ **NE1[12]** looks for postcodes NE11 and NE12 because the 4th character must either be a 1 or a 2.\\ This can be very useful for controlled postcode lookup.| 
 + 
 + 
 +{{vimeo>417519404?medium}} 
 + 
 + 
 +Go back to [[hints_and_tips|Hints, tips and shortcuts]]\\ Go back to [[quick_guides_8|How to find a person record]]
  
-Go back to [[hints_and_tips|Hints, tips and shortcuts]]\\ Go back to [[ug1-01|How to find a person record]] 
  • 9_wildcards_for_searching.1369046592.txt.gz
  • Last modified: 2017/11/16 21:55
  • (external edit)