Multiple choice general knowledge science & technology

What is the best way to search for pages containing one of two words? For instance, pages containing the word restaurant and either Indian or Thai?

  1. restaurant indian OR thai

  2. restaurant (indian thai)

  3. restaurant "indian thai"

  4. restaurant +indian +thai

  5. restaurant OR:indian thai

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Google's OR operator (must be uppercase) searches for pages containing either term. The query 'restaurant indian OR thai' finds pages with 'restaurant' AND either 'Indian' OR 'Thai'. Parentheses (option B) would only match exact phrase 'indian thai' together, not separately.