where is collectmetaresults function in 5.1.4 search

Post Reply
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

where is collectmetaresults function in 5.1.4 search

Post by KMandalia »

search scripts calls the collectmetaresults function in 'search' function. Where is the actual code?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

where is collectmetaresults function in 5.1.4 search

Post by mark »

Ignore that. collectmetaresults is only called under special circumstances. Those circumstances won't occur in 5.1.4. They will in an as yet unnamed future version.
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

where is collectmetaresults function in 5.1.4 search

Post by KMandalia »

:)

How does the 5.1.4 search script searches the url field, I don't see it mentioned in the sql statement..
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

where is collectmetaresults function in 5.1.4 search

Post by mark »

Looks like the 5.1.4 script lost that feature somehow. In "collectlocalresults" change
where Title\Description\Keywords\Meta\Body " $liketype " $$sq
to
where " $SSc_searchfields " " $liketype " $$sq

We'll fix the online version soon.
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

where is collectmetaresults function in 5.1.4 search

Post by KMandalia »

I think that wouldn't solve the problem since SSc_searchfields doesn't have Url in it. Does it change when I select "Search Includes Url" in all walk settings?
Post Reply