> The other outstanding issue is to efficiently implement "exact phrase" > searches (which is in progress). Simple. Just do an AND search, then go through the results and examine each verse individually making sure the phrase is there, then dump the ones that aren't. This is quite a bit more effecient than doing a phrase check on EVERY verse. -Brandon