Logbook Search Query Language

1) Searches are case-insensitive
2) special characters (', ") are removed
3) The logbook search engine allows queries to be formed from Boolean expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. For example:

phobos silicon
finds documents containing 'phobos' or 'silicon'
phobos or silicon
same as above
phobos and silicon
finds documents containing both 'phobos' and 'silicon'
phobos not silicon
finds documents containing 'phobos' but not 'silicon'
(phobos not silicon) and FEC
finds documents containing 'FEC', plus 'phobos' but not 'silicon'