Search Comments

Use this form to search for specific comments by words, "exact phrases" or boolean queries.

Search for:






Sort results:

Limit results: Limit results:

The query accepts so-called MySQL boolean full-text searches. The following examples demonstrate some search strings that use the most common boolean full-text operators:

  • apple banana

    Find comments that contain at least one of the two words.

  • +apple +juice

    Find comments that contain both words.

  • +apple macintosh

    Find comments that contain the word "apple", but rank comments higher if they also contain "macintosh".

  • +apple -macintosh

    Find comments that contain the word "apple" but not "macintosh".

  • apple*

    Find comments that contain words such as "apple", "apples", "applesauce", or "applet".

  • "some words"

    Find comments that contain the exact phrase "some words" (for example, comments that contain "some words of wisdom" but not "some noise words").