setPageTitle("Riptide Gaming - Search"); $currBanner->addContent("Search for posts"); ?> = 1) $query .= " AND posttype = $_REQUEST[type]"; $query .= " ORDER BY postindex ASC"; $result = mysql_query($query); while ($row = mysql_fetch_array($result)) { print("
$row[subject] - $row[username] - $row[date]\n"); if ($_REQUEST["summaries"] == 1) print("
$row[summary]
\n"); } } else { ?>

This form will allow you to search for posts from Riptide's database. It can also act as a post type filter if you leave out a search term. Permitted wildcards are _ (single character match) and % (multiple character match).

This form is somewhat more simplistic then the old Riptide search was, I'm too lazy to restore its full functionality.

Note: There isn't any paging here, like on the threadlist. That means you might get a lot of results, like on the threadlist. So it might take a while, like the threadlist.

Another note: Some of the storyverse stories might be incorrectly labelled as regular stories. So I've included a meta type that gets both story types. If you happen to find one thats labelled wrong, let me know and I'll fix it.

Find Text
In Subject:
In Body:

Show post of type:

Enable Summaries. Note: This will show the first part of each post in the results. It will make the results a lot bigger.