[sword-devel] Fast search?

Brandon Staggs sword-devel@crosswire.org
Wed, 27 Sep 2000 09:41:42 -1000


> 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