search scripts calls the collectmetaresults function in 'search' function. Where is the actual code?
where is collectmetaresults function in 5.1.4 search
where is collectmetaresults function in 5.1.4 search
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

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
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 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
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?