Use the form below to search the Friends of Dyke Marsh web site
for all documents containing specific words or combinations of words. The
text search engine will display a weighted list of matching documents, with
better matches shown first. Each list item is a link to a matching document; if
the document has a title it will be shown, otherwise only the document's file
name is displayed. A brief explanation of the query
language is shown below, along with examples.

Query Language
The text search engine allows queries to be formed from arbitrary Boolean
expressions containing the keywords AND, OR, and NOT, and grouped with
parentheses. For example:
- freshwater wetland
- finds documents containing 'freshwater' or 'wetland'
- freshwater or wetland
- same as above
- freshwater and wetland
- finds documents containing both 'freshwater' and 'wetland'
- freshwater not wetland
- finds documents containing 'freshwater' but not 'wetland'
- (freshwater not wetland) and marsh
- finds documents containing 'marsh', plus 'freshwater' but not 'wetland'
- wood*
- finds documents containing words starting with 'wood'
Back to top