searching misspelled words

Post Reply
kdua
Posts: 10
Joined: Mon Jul 23, 2001 3:01 pm

searching misspelled words

Post by kdua »

<sum "%s" "%" "barters syndrome">
which sets the default 80% pattern matching for the search query-Barters syndorme
But its not pulling up the bartters syndrome(actual spelling) page.
Am i missing something here?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

searching misspelled words

Post by mark »

kdua
Posts: 10
Joined: Mon Jul 23, 2001 3:01 pm

searching misspelled words

Post by kdua »

The error message says...'%query would require linear processing'
Is there anyway to catch misspelled words?
Thanks again
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

searching misspelled words

Post by Kai »

Again, see the above URL on query protection. A linear processed search cannot use an index at all, and can take substantially longer than an indexed search; therefore linear searches are disabled by default for protection. A special pattern matcher term (REX, NPM, XPM) used by itself in a query will require a linear search and cannot use an index.
Post Reply