Page 1 of 1
where is collectmetaresults function in 5.1.4 search
Posted: Wed Nov 10, 2004 12:37 pm
by KMandalia
search scripts calls the collectmetaresults function in 'search' function. Where is the actual code?
where is collectmetaresults function in 5.1.4 search
Posted: Wed Nov 10, 2004 1:22 pm
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.
where is collectmetaresults function in 5.1.4 search
Posted: Wed Nov 10, 2004 1:32 pm
by KMandalia
How does the 5.1.4 search script searches the url field, I don't see it mentioned in the sql statement..
where is collectmetaresults function in 5.1.4 search
Posted: Wed Nov 10, 2004 2:01 pm
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.
where is collectmetaresults function in 5.1.4 search
Posted: Wed Nov 10, 2004 2:48 pm
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?