| Name | Description | |
| search.txt | Search Form (source code) | |
| search2.txt | Search CGI (source code) |
push(@searchary, qq(message RLIKE '\[\[:<:\]\]$1\[\[:>:\]\]'));
This pattern matches the given word on a word boundary, so if you enter a search phrase of "foo" it doesn't match things like "fooblies". See the MySQL Manual: Regular Expressions for a more in-depth look at special regexp patterns.