Closed (duplicate)
Project:
Panels
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 May 2007 at 22:43 UTC
Updated:
28 Jun 2007 at 16:31 UTC
Is there some way to index panel pages so they would appear when searched? I'm using panels to create landing pages to other content, but some content in the panels is only available in the panel itself. If these were indexed, the page would show up when doing a search and users could see this content.
Any ideas or is this impossible because they aren't nodes?
Comments
Comment #1
merlinofchaos commentedThis is currently impossible because panels aren't nodes. However, Panels 2 will have an option to make panels nodes. You can probably also make nodes that use the panels renderer to wrap the panel. You'll need to get the id out of the panel database and execute the right function; I can't remember what it is offhand, but a little code searching should turn it up relatively easily.
Comment #2
adrienf commentedmshaver,
Did you succeed to develop what you wanted? I am also very interested in this "feature"...
Comment #3
adrienf commentedmerlinofchaos,
Is it really impossible? Can't we modify the search module in order to get panels associated to pages? I really need this feature for a project. Perhaps you could give me a way to implement this?
Thx,
Adrien
Comment #4
merlinofchaos commentedUnless you make a node and wrap it around the panel, this is impossible.
Comment #5
merlinofchaos commentedhttp://drupal.org/node/93059