How to redirect search results to a webapp detail page

Hello there, I am in the process of creating an interconnected series of webapps and I am trying to get the list view of one webapp to display on the detail view of another webapp. This is a bit difficult due to the fact that the webapps are dynamic and users will be submitting them.
Here is essentially what I am trying to do:
On the list view of webapp#1 I have a hidden form, that when submitted should display the search results of webapp#2 on the detail page of webapp#1. In order for this to work I have redirected my search form results as such:
As you can see I have replaced the redirect URL with that of the detail view of webapp#1. This method of redirect has failed to work, when the search is performed I am redirected to a 'page not found' page. I have discussed it with BC Support and they say that it cannot be done in this way. If there is anyone out there who has an idea of how to go about this, I would be grateful. Unfortunately the best way to get my desired results is to submit a search for the relevant itemid that displays a list of the correct webapp items. I also cannot create an inline search for the results directly on the detail page of webapp#1 because I don't want the page to reload. If you know of a way to achieve what I am trying to do I would be grateful.
Thank you for any and all help!

Hi Prakash,
SharePoint indexes each list item with the display form of the items in the lists.
Although the web part is added to the page, the items in the web part are still be indexed from the original list. That is because the web part is rendering the items from the database where the original list stores.
So per my knowledge, we can only get the list items with the display form in the search results.
Best regards.
Thanks
Victoria Xia
TechNet Community Support

Similar Messages

  • How to display the search result without reloading the whole page

    HI,
    I have separate fragments for Search Box to enter keyword and Search Result to display the result. Also I have different sections within the page to put these fragments. So how could I display the results without reloading the whole page.
    Also if I have next button in my search result area, how could I display the search results in next page without reloading all other sections present in our page. Please let me know if any service or idoc function present such that result could be shown in search result section without reloading whole page.
    Please let me know how to restrict page reload for every action within a page.
    Thanks,
    Ramesh
    Edited by: Ramesh_Est on May 27, 2010 3:14 AM
    Edited by: Ramesh_Est on May 27, 2010 8:39 PM

    This is default behaviour of the template of your space. You can create a new page template and than you can create a region for the search results.
    Or you can create a custom taskflow were you use the webcenter taskflows to search for the space.
    Take a look at this white paper:
    Extending webcenter spaces: http://www.oracle.com/technology/products/webcenter/pdf/owcs_r11_extend_spaces_wp.pdf
    and this one:
    Customizing site templates: http://www.oracle.com/technology/products/webcenter/pdf/owcs_ps1_site_template_wp.pdf
    Edited by: Yannick.O on 13-Apr-2010 02:32

  • How to make Google custom search results appear on a new page?

    Anybody got any idea how to make the search results appear on a separate page? I'm using the Google custom search to get generated code to place on my pages, after providing some 'guidance' information on the look and feel of it. Normally, Google will provide you with a few options to choose from to determine how your results will look and by default one would choose the "two page" option whilst going thru the setup process. One page for the search box on your own page and one for the results page.
    However, if you don't want a 'google-generated' results page but want the layout that's in line with the look of your site AND have the search box already on there for any repeat searches it becomes more tricky. I tried doing it one way, which I found one a blog tutorial but so far no sucess. The 'search box' code that I inserted onto one of my pages to test didn't show up the search box at all in preview or the live page...
    Anybody got any generic code that can be adapted (that they know works) or know of any tutorial that explains how to achieve this? Preferably Google related, as I'm using its custom search.
    In addition, I believe that recently Google have deprecated the use of iframe in its search results pages so for anybody that was using an earlier version of this facility it may no longer work properly and hence the solution might have to be modified. Not an expert, so not sure how much this fact will affect the final code, just a thought.
    Any ideas/solutions will be greatly appreciated. Thanks.

    hello adrianm12, this should be possible through the metro settings ("search"). also see [https://bugzilla.mozilla.org/show_bug.cgi?id=941292 bug 941292]...

  • BC Next API call not working on webapp detail page

    Hi all
    I'm trying to get the CRM data for a specific record using the front end API call...here's the code (fields minimal for posting here)
    {module_data resource="customers" version="v3" fields="id,firstName,lastName,email1" skip="0" limit="10" where="\{'id':'10734478'\}" order="id" collection="myData"}
    <pre>{{myData|json}}</pre>
    This code works fine on a normal page, rendering the expected JSON output, but the exact same code does not work on a webapp detail page, instead I get this result rendered on the page, obviously failing on the where clause for some reason.
    {'id':'10734478'\}" order="id" collection="myData"}
    Anyone know how to make this work? or is it a BCNext bug?
    Thanks
    Dave

    Hi Dave, if you make this as an Idea so BC can track - its a bug.
    It has happened with other things as well where it is not render properly, I thought they had fixed it, but looks to be back
    As a side note...
    <script>console.log({{myData|json}});</script> Is a lot nicer to manage

  • How to change search result list entries?

    Hi together,
    I'd like to fit the TREX search result list to my own requirements. I've edit the Search Result Renderer Settings, Search Result Layout Set, Search Component Set and the Search Option Set. But that's not enough.
    1.) I would like to display the relevant index name, in which the document was found.
    2.) For special indexes (not for all!) I want to change the content link:
    For example: if TREX is finding an xml-File in index "abc_index" I would like to change the content link from
    "https://portalserver/irj/go/km/docs/folder/p76.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    and from
    "https://portalserver/irj/go/km/docs/folder/p76_data.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    3.) I'd like to display a special part of the document as a explanatory text in the result list.
    I think point 1 and 3 are possible with properties and HTML-extractors. But point 2 I'm afraid I have to create my own component.
    But how to manage this? I cannot find any code snippets or tutorials or pattern to copy and develop further.
    Is it possible or advised to write a WebDynpro? Are there other possibilities? I don't know how to start.
    I would be pretty delighted to get any idea...
    Thanks a lot
    Steffi

    Hi Stefanie
    1) If you want to be able to show the name instead, you should write your own property renderer. Heres the link for the documentation: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c739e546-0701-0010-53a9-a370e39a5a20 -> How to Implement Flexible UI
    Components -> Property Renderer
    2) Documentation will be send in a matter of minutes.
    3) I also think the web property extractors only work with the web repository manager, because as far as I know that is the only repository manager, where you can select a web property extractor upon creation. I guess you could open an OSS to SAP and ask if its not possible to extract properties in your scenario just to be sure if its not possible. But my guess is that you either have to develop your own repository manager or publish your files on a web server in order to meet your requirements.
    Best regards,
    Martin

  • How to configure search results web part to display results only after a query is generated from user?

    Hi All,
    I am crawling documents from a file server. I created a new content source and crawled the documents. All documents are crawled successfully.
    Then I went to my enterprise search center site collection and created a new result source. I have added the query to use above content source.
    After that, on a page I am trying to configure the search results web part to display documents using this result source. Now the problem is:
    It displays all the documents that are crawled without searching for anything. I mean first it should not display any results. If a user searches for something , then according to that search it should display results.
    Any idea how to do this in the web part? I am using SharePoint 2013 on premise enterprise edition. No code. Totally OOTB.

    Hi Mohan,
    What did you use for the Query text in the result source?
    I could reproduce this issue when I used Query text like: {searchTerms} Path:”http://sps2k13sp/sites/First/Shared%20Documents”
    Then I changed the Query to
    {?{searchTerms}
    Path:"http://sps2k13sp/sites/First/Shared%20Documents"}
    , then Search result web part didn’t return results without searching.
    So , check your result source, and use the Query like the above(adding "{?...}").
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to display search results in a table or in different columns

    Hi
                 How can i display search results in multiple columns or in a table so that the user can sort the results based on a particular property displayed in the search results.
    Thanks in advance
    Regards,
    Vidya

    Hello,
    To display search results in a table, in different columns or more... you should modify SearchResultLayoutSet.
    Create your own StandardSearchResultRenderer (exp My_StandardSearchResultRenderer) and add to SearchResultLayoutSet. Than change whatever you like to achive your aim.
    Thank you.
    Hope this helps.

  • How to display search results in content area

    Hi
                 How can I display search results in the content area as seen in sdn.
    Thanks in advance.

    Hi,
    http://help.sap.com/saphelp_nw70/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/frameset.htm you find the relevant guidelines.
    You can filter the PCD object setting the Search Layout Set of your Searc Iview.
    In System Admin > System Configuration > Content Management > User Interface > Settings > Layout Set and duplicate the "SearchResultLayoutSet" layout set.
    Then you have to duplicate its Collection Renderer "StandardSearchResultRenderer".
    In its property "Resource Types to be Filtered" set as value "-http://sap.com/xmlns/pcd/app/iview".
    Then assign the new Collection Renderer to the new Layout Set and that's it!
    Now if yuor Search Iview uses this new Layout Set, when you search a PCD object the iviews will not be shown!
    (or)
    In the entry "Predefined Properties" of the search options set, you will need to enter "resourcetype(value=http://sap.com/xmlns/pcd/app/page/default)" if you want the search to be limited to resources defined as pages. Leave out /default if you dont want the end user to be able to change the filter.
    If you want the parameter reflected in the URL, you can find information about how to do it here: /message/280371#280371 [original link is broken]
    Check and try either ways.
    Regards,
    Ponneswari A.

  • W2 online service - how to default search results

    Hi
    In the latest WDA W2 online service application, how can we default search results. Basically there are 3 sections, the first one is search criteria and search, second, the search results and third shows the form selected in search results in PDF.
    We want to hide the search criteria and and auto populate the search results. Are there any BADi or enhancements we can use to implement this?
    Appreciate your inputs.
    Thanks

    SE80 > Package PAOC_ESS_PER_US > Web Dynpro ... HRESS_AC_REP_US_ONLINE_W2 > probably you need to do the enhancement here General Information About the Application and Component Application: HRESS_A_REP_US_ONLINE_W2 Web Dynpro Component: FPM_SEARCH_UIBB Window Information: SEARCH_WINDOW View Information: SEARCH_VIEW Configuration ID: HRESS_CC_REP_SEARCH_ONLINE_W2_US *& Object          METH CL_HRESS_REP_SEARCH_FEED_W2 *&                      IF_FPM_GUIBB_SEARCH~GET_DATA http://help.sap.com/saphelp_nw73ehp1/helpdata/en/56/d151c3ba7b4b2e82068a 084cb991f3/frameset.htm feeder class => CL_HRESS_REP_SEARCH_FEED_W2 http://wiki.scn.sap.com/wiki/display/ERPHCM/Tax+Reporter

  • How to separate search results onto different jsp pages?

    Hi,
    I'm using struts framework and I'm a newbie to this technology as well as JSP.
    Let's say, this is an online shop portal and a user has decided to search by category for the products he wants. After submitting the search string, the servlet will return a collection of product value objects to the searchResult.jsp.
    Since this collection may contain alot of products, I will have to allow the user to choose to view the search results by 5, 10, 20 products etc. Now, how do i divide the collection? Do i have to code this function in the action servlet or at the jsp pages? And how do i code them?

    I had a similar problem which I resolved by:
    1) load results into a ArrayList
    2) Have a ValueListHandler with getNextElements(int) & getPreviousElements(int) - see J2EE patterns book for code egs
    3) Then I put logic in display jsp along lines of if ->, call ValueListHandler.getNextElements(10), else call ValueListHandler.getPreviousElements(10)
    Good luck
    Eddie
    Hi,
    I'm using struts framework and I'm a newbie to this
    s technology as well as JSP.
    Let's say, this is an online shop portal and a user
    r has decided to search by category for the products
    he wants. After submitting the search string, the
    servlet will return a collection of product value
    objects to the searchResult.jsp.
    Since this collection may contain alot of products, I
    will have to allow the user to choose to view the
    search results by 5, 10, 20 products etc. Now, how do
    i divide the collection? Do i have to code this
    function in the action servlet or at the jsp pages?
    And how do i code them?

  • How to limit search results to a single web

    This is probably an easy one to figure out, but I wonder what the best way would be to limit search results from a single web - do you create a content source for that or is there a better way, one which you can configure for multiple search site collections?

    Hi,
    In SharePoint 2013, we can create content resource for Search Service Application, site collection and site as below:
    http://technet.microsoft.com/en-us/library/jj683115(v=office.15).aspx
    If you are using Search related web part, you could create content resource in site collection and build query to path=http://webapplication*. Then configure web part to use the specific content resource. Please check the link below, the link is for creating
    content resource in SSA, you could go to site settings > site collection > search result sources.
    http://techmikael.blogspot.com/2013/04/limiting-search-results-in-sharepoint.html
    However, I’d recommend you using property filter to limit search results to one web application. Please try the steps below:
    Build your query.
    Basics > query text, input path:http://sp:26* (this limit search results to web application sp:26)
    Click test query and see if it return results.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Add hyperlink on the field txt in Search Result List to access Detail View

    Hi, SDN fellows.
    I have a PCUI requirement stated the following:
    1) In the line item of the Search Result List (table), there is one hyperlink in field 1.
    2) When click on the hyperlink, it will trigger the action to open up Detail View (Object Data Pattern 1 - ODP1) of the line item.
    3) Problem: When the value of the field is null, there will be no hyperlink to open up the Detail View.
    4) For work around, my requirement is to make the other fields (i.e. field 2) to have a hyperlink to trigger the action for opening the Detail View of the line item.
    I am not strong in PCUI. Please advise how to do so, while I am exploring the guide in the PCUI Book.
    Thanks,
    Kent

    Hello Kent,
    check out the settings of the Field Group element where the link is already active. Copy that settings to the Field which you want to be linked too.
    Regards
    Gregor

  • Alphabetize Search Result Subsites on a Home Page in Office 365

    Location: TeamSite
    Issue: Alphabetizing search results listed on Home Page 
    I understand how to alphabetize subsites on the quick launch and top link bars. I cannot, however, determine how to organize subsite search results alphabetically by title when listed on the Home Page. I've tried adjusting the query string and sorting settings
    of the Search Results with no luck. In fact, the sorting tab for building my search query lists the subsites in alphabetical order (though it only shows about half of the total number of subsites), while on the Home Page the subsites are not displayed alphabetically.
    I've attached a screenshot of the Home Page and the Sorting tab for your reference.

    Hi Aprice,
    According to your description, my understanding is that you want to alphabetize subsites from search results in Office 365 site. Is it right?
    In SharePoint 2013 Online, there is a managed property called SiteTitle. If you go to SharePoint Admin Center->search->Manage Search Schema, and find and edit the managed property, you will see Sortable:No, and you cannot edit the option.
    So, we think we can create a new managed property and enable it sortable. However, in SharePoint Online, when you create a new managed property, it will have some limitations. For example, the property can only be of type Text or Yes/No, and it can't
    be refinable or sortable. More information, you can refer to
    it.
    As a workaroud, you can map the crawled property (ows_SiteName) to an already created Managed Property in SPO (RefinableString00) as shown in the below image:
    Then go to your Office 365 site, and edit the search results web part to sort the results as the managed property(RefinableString00).
    In addition, as this issue is related to Office 365, I suggest you create a new thread on Office 365 forum. The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums
    regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Office 365 forum:
    http://community.office365.com/en-us/f/default.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I search for a saved document in Pages on IPad 2?

    I have a lot of docs in my pages app. How can I search for the doc I want?Thanks

    Open the iTunes app > Search > then type the Artist's name

  • How to redirect a sub domain to a specific page in Sharepoint Online

    Hi, 
      My Organisation has a O365 account, and hoisted the public website on it, now user requests to have a friendly url for a specific page on the public website.  I've added a sub domain on O365.  but i cant find ways to redirect this domain
    to the page.  How can i do so? 

    Hi,
    If you need to redirect the sub domain to a specific page in SharePoint Online, you need to rename the Public Website with the sub domain.
    Then configure the friendly URL for the page in the Public Website.
    http://office.microsoft.com/en-001/office365-sharepoint-online-enterprise-help/upgrade-your-public-website-HA102801184.aspx?CTT=5&origin=HA102828142#_Step_5_%E2%80%93
    Or you can use the managed metadata navigation for the Public Web site and configure the friendly URL for the page.
    http://jeffkelly.com/2014/05/office-365-public-website-what-no-managed-metadata-mms-navigation/
    In the meanwhile, you can post your question to the forum for Office 365: http://community.office365.com/en-us/f/default.aspx.
    More experts will assist you, then you will get more information relation to SharePoint Online.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Error while updating to os4.3

    hi, I have iPhone 3GS, it was running iOS4.2, today when I tried updating it to iOS4.3 it hanged during update and showed some error. Now, iPhone only shows a USB & iTunes logo, I tried restarting it but no luck. Please help, if you face this or know

  • IPhoto Video problem

    Great! Create a video in half an hour! An hour later and I still can't even find my videos from iPhoto, can't import them and on top of it some of my photo's in iPhoto are greyed out. Fantastic first experience! Tried the solutions that worked for so

  • Update for glu game lost cash value

    I updated for texas holdum and the next day my 49 million was gone. Not Happy

  • Is there any way that we can run script file Directly through RMAN.

    Hi Team, I have backup script as , allocate channel t1 type disk; backup format 'C:\bkup' (database); release channel t1; I had used this script for backup operation on RMAN & its executing properly...as RMAN> run 2> { 3> allocate channel t1 type dis

  • Sql loaded installation in UNIX for oracle 10.2

    We installed Oracle client on our unix server by downloading client from the recommended ftp server. However, we are not seeing sqlldr in the bin directory. Is there a seperate install for this? we can see all other utilities such as sqlplus. How can