Creating a search source to display portal pages

tcorniels
Tera Contributor

We are trying to create a search source so when users search our service catalog it will include portal pages, which we are looking to use as landing pages to group services.  We have Portal Page (sys_portal_page) listed as the table to search and have added an index for this table (which we saw was required to get results).  Still not able to get any portal pages to show in the search results.  Any tricks to get this to worK?

6 REPLIES 6

Allen Andreas
Administrator
Administrator

Hello,

Have you associated that search source to your portal?

At the bottom of the search source there's a related list for "Portals" that you'd need to enable it on.

Then of course, you need to make sure it's also setup correctly within the search source code itself.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

I guess I don't understand what special coding is needed, if any.  I have it associated to the portal already.

tcorniels
Tera Contributor

I think I figured out most of it.  I can get the pages to show in a search, but they show up in Designer view and not the actual page content view.  Not sure what I'm missing.

 

tcorniels
Tera Contributor

Guess I'm still having problems with my search source coding.  What I'm looking to do is have it return the actual viewable page and not the behind-the-scenes page.  If I do a search, in this case for PeopleSoft...

I don't want it to display like this:

find_real_file.png

 

I want it to display like this:

find_real_file.png

 

Here is my search coding:

find_real_file.png