Posted by manimal on December 15, 2008 at 5:48am
Jump to:
| Project: | Node Quick Find |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
when I use this module with node relativity, I do a search, find the node I'm looking for, but when I submit, I'm taken to the child page.
here's a setup of the site: content types called "residents" (type is resident), with a child type called "resident outcomes" (type is outcome). I search for a name, and if that node has an "outcome" connected to it, I'm taken to the outcome page, instead of the parent node.
I have the search block limited to show only the one type of node (resident in this case).
any thoughts?
thanks
Comments
#1
for now, I've used automatic_node_tiles as a work around, it seems some of the child nodes had the same title as the parent, which was causing the search to screw up.
however, this should be looked at anyhow if it can be changed in this module.
#2
Maybe I need to have a option to inlcude something like [nid:123] on the result, like node reference does...