115 Jun 28 09:16:13 /webinator/crummersearch2:453: Query 'mba' would require linear search No documents match the

Post Reply
lmwatson
Posts: 4
Joined: Mon Sep 03, 2001 12:50 pm

115 Jun 28 09:16:13 /webinator/crummersearch2:453: Query 'mba' would require linear search No documents match the

Post by lmwatson »

I created a new data base and it looked like it indexed it OK. I tried the search and this is what came back. 115 Jun 28 09:16:13 /webinator/crummersearch2:453: Query 'mba' would require linear search No documents match the
query.

I looked through the message boards, but could not find an answer that worked.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

115 Jun 28 09:16:13 /webinator/crummersearch2:453: Query 'mba' would require linear search No documents match the

Post by Kai »

An all-alphanumeric query like `mba' is indexable, so the cause of that message would be lack of an index on the particular fields of the table. Did you modify the SQL query that is used in the search script? Changing the virtual field (Title\Description\Keywords\Meta\Body) used by the search means it can't use the index created for that field; you'll have to create another Metamorph index on the new field.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

115 Jun 28 09:16:13 /webinator/crummersearch2:453: Query 'mba' would require linear search No documents match the

Post by mark »

Sounds like the search index is missing. Are you using webinator 4 (dowalk) or webinator 2 (gw)? I'm guessing gw and you used -noindex or something. Try gw -index on the new database.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

115 Jun 28 09:16:13 /webinator/crummersearch2:453: Query 'mba' would require linear search No documents match the

Post by Kai »

Answered via tech support (perms issue).
Post Reply