<? echo $page_title; ?>
Return Home Simple Query My Eq Eq Builder My Sales RetroWiki NPCs* Areas Level Calc Plaques Maintained by Kellin

Search Documents:




Current Document Coverage:
  • Retro help documentation (help abc, in game)
  • Guild descriptions ('desc' in guild, or on web)
  • Race descriptions (help race xyz)
  • Race powers (e.g., help chunt)
  • Skill and spell descriptions (help skill/spell 123)
**Ideas for something else that should be searchable? Let me know.

Full Text Advanced Usage (Note: will prevent topic matches):
(+) word must be present (*) wildcard suffix (append to word only)
(-) word must not be present ("..") literal match only
(~) lower words ranking ((...)) group expressions
Examples (remove single quotes):
'apple banana' Documents matching at least one of the two words
'+apple +juice' Documents containing both words
'+apple macintosh' Documents containing 'apple', but rank higher those with 'macintosh' too
'apple*' Documents containing words like 'apple', 'apples', 'applesauce', 'applet'
'"some words"' Documents containing the exact phrase "some words"... like, "some words of wisdom" but not "some noise words"
Examples from MySQL documentation