Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Mar 2012 at 05:10 UTC
Updated:
30 Oct 2013 at 18:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
30equals commentedHiya,
i fixed the patch because it was failing tests. The reason it was failing was that '$linknid' was undefined. The previous patch had a new function which only returned the node->title, not the nid.
Hopefully testing will go well now.
Comment #3
droplet commentedlittle things needs fix :)
Comment #4
droplet commented--
Comment #5
lars toomre commentedThere also needs to be a blank line before the @return directive. Can we also add type hinting when this is re-rolled?
Comment #7
30equals commentedadded blank line, and fixing the non object bug which failed the test.
Comment #8
30equals commentedchanging status.
Comment #10
30equals commentedfailing again. i'll take a look it again asap!
Comment #11
internetdevels commentedWe are working today with this issue during Code Sprint UA.
Comment #12
internetdevels commented.
Comment #13
jhodgdonWe are taking this functionality out of core Search indexing in
#2003482: Convert hook_search_info to plugin system
because it probably hasn't worked in ages and we didn't think it merited being in core Search any more, since core Search is trying to be much less node-specific.
Comment #14
droplet commentedAt least we need to disable the PHP warnings in D7.
Comment #15
jhodgdonThis is a duplicate of #1299530: php errors triggered during search indexing if content contains broken internal links which has a patch (just needs a test to be written).
Comment #16
droplet commentedIt seems 2 issues fixing different bugs.
Comment #17
jhodgdonOh sorry, I think you are correct. In any case... We need a test written for this issue, and it is 7.x only due to not indexing links in D8.