Can I change the search form or instructions?
=
Edit the
form.phporinstructions.phpas desired.You can remove any form element you don't want used, or move ALL of them to the advanced section, etc.
You can even limit certain fields to specific user levels by wraping them in IF statements, ie.
if (bb_current_user_can('administrate')) {SSinput('regex');}