0104 Find query examples    
   

Question:

Some additional information about how to use the Find function.

   
    Answer:

MyBlood uses a database to store the information. Herefore you can use special characters to perform a better find.

% (and *) are wild cards that can be used to replace 0 or more characters
_ (and ?) are wild cards that replace 1 character

Example:
J%n can find Jan, John, Jn ...
J_n will find Jan, not John
___ will find all strings with 3 characters

MyBlood looks in as much as possible in all available fields of the database, so it will find
- Images where the file name is conform to the request
- Contents of a note
- Contents of a Historical Event
- Contents of an Event
- Place names
...