| + |
before a word means it must be present |
" " |
around a phrase means it must appear as written |
EXAMPLE: +zelda -twilight ~"wind waker" +(>majora <ocarina "link to the past")
Posts returned by this search must contain zelda; must not contain twilight;
will avoid wind waker if possible; and must contain one of majora, ocarina, or link to the past,
where majora is given a high preference and ocarina is given a low preference. |