Search string may contain the logical operators AND and OR and the operands () and "". AND searches for both words or phrases, while OR searches for one or the other. If the search string uses AND and OR at the same time, the AND operation takes priority, unless you enclose the OR operation in parentheses, as in (A or B) and C. To find an exact phrase, such as "projected population", enclose the phrase in quotes. Please refer to the following examples:

  • Search for Population to find all series that contain Population.
  • Search for Femme OR Homme to find all series that contain either Femme OR Homme indicators.
  • Search for Femme AND Emplois to find all series that contain both Femme AND Emplois indicators.
  • Search for (Femme OR Homme) "Population active" to find all series that contain either Femme OR Homme indicators or the phrase "Population active".