Query syntax

Here is a brief overview of the supported query syntax

heidelbergensis neanderthalensis All entries containing both terms (AND)
heidelbergensis AND neanderthalensis
heidelbergensis & & neanderthalensis
Florence OR Siena All entries containing either term (OR)
Florence || Siena
"mitochondrial disfunction" All entries containing both terms in the exact order.
human -brain All entries containing the term human but not brain .
human NOT brain
human !brain
cellular AND (division OR receptor) Using parentheses to override boolean precedence rules.
nucleo* All entries containing terms starting with nucleo . Asterisks (or ? for a single character wildcard) can also be used within terms, but not at the begining.
autofagy~ Fuzzy search (2 edit distances): all entries containing terms similar to autofagy .