abandoning new walk

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

abandoning new walk

Post by mark »

After your initial modification and remakeindex you'll know if removal of keywords from the database was successful. No need to wait for refresh.

Make sure you replace dowalk with the new version. Don't keep the modified version under a different name than the original. The scheduled job will run "dowalk" (the name that was scheduled).

Now I think have to eat some crow though. There's another place in dowalk that needs the "Keywords" removed. The test query. Doh!
<sql novars max=1 "select id from html where Title\Description\Keywords\Meta\Body like $tquery"></sql>
Remove "\Keywords".
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

abandoning new walk

Post by KMandalia »

That would definately solve all my problems :)
Post Reply