
Boolean OperatorsAND, OR, and NOT/AND NOTTo match all words you enter, use AND between words: Smith
AND Jones To match any words you enter, use OR between words: sun
OR moon OR stars To exclude a word from the search, use NOT or AND NOT before the word: NOT Obama AND NASA strike
AND NOT baseball Specifying an Exact Name or PhraseTo match the exact name or phrase, use quotation marks " " around the phrase or names: "Central
Services" Specifying Search OrderTo specify the order in which your search terms are processed, surround the first set that you want processed with parentheses: (media OR censorship) AND NOT radio reptiles AND (snakes AND NOT habitats) In this example, removing the parentheses does not change the results: reptiles
AND snakes AND NOT habitats In this example, the parentheses does change the results: reptiles
AND (snakes OR habitats) reptiles
AND snakes OR habitats Boolean LogicAP Exchange uses standard Boolean precedence rules and searches for news items in this order:
The sections on the Advanced Search page are connected via the AND operator. If no Boolean operator(s) are used within the keywords in the Search box and/or Advanced Search page boxes, AND is automatically used between words. This means that all words entered into the search boxes must be found in a news item for it to be returned from a search. The Selected Categories box on the Advanced Search page inserts an OR between sources, so the search returns all items that it finds with these matching categories. After adding criteria into the Advanced Search boxes, they are combined into one search query using the following rules: (Keywords 1 AND 2) AND (Metadata Field Specific Criteria) AND (Media Type 1 OR 2) AND (Released/time range) AND (Selected Products 1 OR 2) For example, the search criteria: Keywords: computer technology Metadata Field: cycle=bc Media Type: Text, Photo Released In the last: 24 hours Source: AP, Primezone Is equivalent to the search query: (computer AND technology) AND (cycle=bc) AND (mediatype=(text OR photo)) AND (posted in the last 24 hours) AND (source=(AP OR Primezone)). |