query on *.* vs 6.*

Post Reply
dao
Posts: 31
Joined: Fri Apr 12, 2002 2:26 pm

query on *.* vs 6.*

Post by dao »

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

query on *.* vs 6.*

Post by mark »

Neither of those works for me I just get completely blank pages. Vortex is probably generating a query protection error or warning in it's html output. That will tell you where the problem is. It's probably related to qminwordlen. Also "*.*" is pointless, just search for ".". Queries with a leading * can't take advantage of an index and may be slow depending on your data size.
Post Reply