Search our site:
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:
villas features finds documents containing ‘villas’ or ‘features’
villas or features same as above
villas and features finds documents containing both ‘villas’ and ‘features,
villas not features finds documents containing ‘villas’ but not ‘features’
(villas not features) and prices finds documents containing ‘prices’, plus ‘villas’ but not ‘features’
villa* finds documents containing words starting with ‘feature’