Help needed in Portal Search

Hi,
I have built a portal site using HTML Portlets and JavaPDK portlets, now I want to perform search on the contents. I have studied about oracle text and ultra search but could not find any clue how they interact with my dynamic JavaPDK portlet's contents that are coming from my self defined Database Tables.
Further more when I put search box/ simple search portlet in my page and search for any content like 'portal' it shows me some data, but if I search my own keywords that I had defined in the page properties I coulnt find any result.
Please help me in this regards.
Thanks
Jam

No, Portal search will only find content which is added through the Portal UI (Item wizards etc) or through the content management API wwsbr_api. Pending on whether Oracle Text is enabled, the search facility will be able to search within documents, URLs. This is done through a set of Oracle Text indexes :
- WWSBR_CORNER_CTX_INDX on WWPOB_PAGE$
- WWSBR_DOC_CTX_INDX on WWDOC_DOCUMENT$
- WWSBR_PERSP_CTX_INDX on WWV_PERSPECTIVES
- WWSBR_THING_CTX_INDX on WWV_THINGS
- WWSBR_TOPIC_CTX_INDX on WWV_TOPICS
- WWSBR_URL_CTX_INDX on WWSBR_URL$
Any content which is not added to these tables (e.g. a custom portlet which adds document to a custom table with a BLOB colum) will not be searchable through the standard search functionality.

Similar Messages

  • Help needed for Formatted Search

    Hai Experts,
    would like to ask you some clarification on Formatted Search. In the
    query I found $http://$44.2.1 given in the criteria part.
    In some articles it was mentioned that, the 44 meant for the table
    connected with the form and 2 is field index and so on.
    Can you please explain how to find out those numbers and field index.
    I need to work out planty of FMS to fetch data into
    UDF automatically based on user input.
    Regards
    Anand

    Hi Anand,
    You may check these threads first:
    Re: Vendor default GL FMS help
    Re: Runtime data calculation
    Thanks,
    Gordon

  • Help needed in enhancing Search attribute Created at - Parameters

    Hi All,
    I am facing a strange issue in enhancing search criteria maintained for sales contracts search.
    I have brought in CREATED AT Field. By default, it is diplaying only IS Option in WEB UI. as per the req, we should display Contains, Does not contain, is on or earlier than etc.
    for this we identified the Maintenance view table, CRMC_DQ_ATTROP and selected the needed values by ticking the needed options. Now the parameters displayed on UI are coming as expected but Search is not working with these parameters.
    Any idea on this will be of great help.
    Thanks,
    udaya

    Hi,
    I do not have the time to research this completely, but I had a short look into the class you posted.
    In the GET_DYNAMIC_QUERY_RESULT there is a call to CL_CRM_QCOD_HELPER->PREPROCESS( )
    A little bit lower there are blocks marked by comments for the single searches that are handled by this class. I had a look into the campaign_serach() method. There if you scroll a little bit down (around line 123) they set all search parameters to SIGN = 'I' OPTION = 'EQ'. This is done several times below as well.
    Set a breakpoint in the proprocess() method and check which of the blocks is called and how they handle your search criteria.
    Hope it helps.
    cheers Carsten

  • Help need for GREP search to remove Digits

    Hello every one,
    I have text with reference numbers like following, i need to remove the numbers in front of the every paragraph beginning, but some digits following space, some digits are without space. Please help me to remove these digits with GREP search or MS Word or any other ways
    Before:
    1 Apple
    2Ant
    4 Animals
    55 Flowers
    56Doctor
    466 Painters
    467Teacher
    After:
    Apple
    Ant
    Animals
    Flowers
    Doctor
    Painters
    Teacher
    Thanks,
    Siva

    Awsome, Thanks a lot Harbs I have tried from few days but not worked, you have done it in a couple of minutes    

  • Help needed in Inbox search for Custom attribute

    Hi,
    We have  a requirement where in we are having a custom attribute on Service request to store the ECC Order number.
    We have enhanced the Inbox search to retreive all the service requests havig the ECC order number. 
    Here we are encountering a problem. i just created a new crm service request and entered order number 1234. and now when i search for the same in Inbox search giving the criteria order number as 1234. I get no results found. But when i extend the max list to 2000, then i see the service request appearing in the result list. not sure about the algorithm that is designed for inbox search.
    Any pointers on how to resolve this issue would be of great help.
    Thanks,
    Udaya

    Hi,
    I do not have the time to research this completely, but I had a short look into the class you posted.
    In the GET_DYNAMIC_QUERY_RESULT there is a call to CL_CRM_QCOD_HELPER->PREPROCESS( )
    A little bit lower there are blocks marked by comments for the single searches that are handled by this class. I had a look into the campaign_serach() method. There if you scroll a little bit down (around line 123) they set all search parameters to SIGN = 'I' OPTION = 'EQ'. This is done several times below as well.
    Set a breakpoint in the proprocess() method and check which of the blocks is called and how they handle your search criteria.
    Hope it helps.
    cheers Carsten

  • Help needed regarding Inbox Search in WEBUI

    Hi All,
    I have created a campaign and generated a call list and assigned the employee responsible as self. The call list is generated, but i am facing two issues.
    One is the activities are created with the correct description and they are appearing in activity search but when i search in Inbox they are not appearing. I tried searching with correct transation type.
    Second is in Call lists, the call list name is displayed but on selecting the display call lists i am not getting any details.
    Kindly help me what i am missing here.
    Thanks in advance.
    Regards,
    Udaya

    Hi All,
    I have created a campaign and generated a call list and assigned the employee responsible as self. The call list is generated, but i am facing two issues.
    One is the activities are created with the correct description and they are appearing in activity search but when i search in Inbox they are not appearing. I tried searching with correct transation type.
    Second is in Call lists, the call list name is displayed but on selecting the display call lists i am not getting any details.
    Kindly help me what i am missing here.
    Thanks in advance.
    Regards,
    Udaya

  • Help needed in advance search of a pdf

    hello everyone
    im a newbie here
    i hav attached a screenshot containing the result of a medical admission test. the pdf document has some 100 pages of data. i want to know if there is any way i can search the 'marks' column in the document for all the marks that are greater than or equal to '424'? i scored 424 in the entrance test and i want to find out how many candidates are above me in terms of merit. hope u got my point
    take care
    fahad kamal
    pakistan

    sir could u plz tell me the procedure for that in excel or access?
    thank you.

  • Suggestions/help needed creating portal type page

    Let me start by saying I am very new to Java. I'm trying to create a portal - a fairly simple web page where each user who logs in will see only those application links that they are authorized to access. User A will see links to applications X, Y and Z and user B will see links to applications R and Q.
    I'm running a Tomcat 6 server, and will be using Java 6 (jsp pages, servlets, etc). I've done some research on things like tomcat realms, ldap, ad, jaas, etc. but I'm still not sure what direction I should be going in. My 'portal'/web page will consist of about 20 application links - some are links out to external web sites/applications (public web sites outside of our network), some are internal applications housed on various in-house servers on our network, some are home-grown, others are 3rd party applications, eventually some will be home-grown java applications. Each application currently has it's own login and password.
    I know that I can build a table in a relational database, or update an xml file in Tomcat and use Tomcat realms to determine who has access to what. Are there other options? I can certainly build a table, but I don't want to if there are easier ways - can AD tell me what applications a particular user has access to (so I can determine what links to display)? If so, how? (I don't know much about ad (yet)).
    I just don't want to end up building something overly complex, and missing out on something that would make this simpler. Any ideas, suggestions, etc on what I could/should be looking at would be most appreciated.
    Thanks!

    Unless you know what you're doing with absolute positioning, avoid absolute positioning! Absolute positioning actually takes an element out of the normal HTML document flow and positions it absolutely in relationship with it's first parent with a position other than static - for details read the HTML specs at the W3C.
    Ideally you should use the normal HTML document flow. Divs are block level elements meaning that they act like blocks that take up a height (determined by children content) and width (the full width of the page or it's parent container, unless you tell it otherwise).
    For your CSS try this:
    #techlistcontainer {
        width: 75%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 30;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 30;
    How does that work with your templates?

  • Dump with calling Custom search help in SRM Portal

    Hi,
    We are calling a WBS search help from Shopping Cart Cost Assignment screen.
    It works fine with ITS and get the results for WBS elements, but when we try to access the search help through the Portal, after clicking on the FIND button it Dumps "SYSTEM_CANNOT_WRITE_TABLE".
    Any Ideas ??
    Thanks in Advance...!!!

    Hi
    <u>This is clearly a SAP BASIS problem. You need to install GUI Patch 332 (gui46D_332.exe).</u>
    <b>Please go through the links below  for more details -></b>
    Note 842824 - Disposal of the BC-FES-OAC component
    Note 392208 - Automation: Error in the automation controller
    Hope this will definitely help.
    Do let me know.
    Regards
    - Atul

  • Restricting vendors in search help in srm portal

    Hi,
    I need to restrict certain vendors in search help in srm portal while creating shopping cart.
    These vendors should not be visible to the users for selection.
    I tried in the BBP_F4IF_SHLP_EXIT_VENDOR_EXP of the search help BBP_BUPA_VENDOR, but its not working.
    Thanks in advance.
    Aravind

    Hi,
       1) Use tcode BP and enter the vendor number and in the last tab (control). Select central block.
       2)  Use program BUPA_TEST_DELETE for the vendors.

  • Help needed in Finding Download location for Sun One Portal 7

    Hi,
    help needed for finding download location for Sun ONE Portal 7. I tried to find in Oracle Download page ,
    http://www.oracle.com/us/sun/sun-products-map-075562.html, But unable to find.
    Please share the link for download location.
    I am totally new in Sun ONE Portal.
    Thanks,
    Edited by: 945439 on Oct 5, 2012 3:41 AM

    try edelivery.oracle.com under sun products.

  • Need help !! Adding search capability to JText component.

    We need help adding the string search capability to the JText component like how other text editors have. Does anybody know what component to use and what the easiest way to implement it is?

    Swing components are implemented using a design pattern called MVC - Model View Controller. The View is simply the visual representation of the Model, where all the good stuff is stored, namely the state of the component. (And the Controller glues everyhing together.)
    The JTextComponent uses a javax.swing.text.Document as its model. What you can do is get access to your component's model, and from that get access to the text contained in the Document. Once you have that text, the easiest thing you can do is do an indexOf() search.

  • Boolean search in apple mail help needed

    i tried this boolean search in apple mail - in an account that had these people, but it didn't work....
    Q: what am i doing wrong?
    to:[email protected] or to:[email protected]

    Maybe this page can help you construct complex searches in Mail:
    *http://www.hawaii.edu/askus/879*
    I noticed this line in the page:
    +Note: When searching Mac Mail does not use some frequently used wildcard searches. Use of the asterisk * or the syntax teresa@somewhere returns no matches.+

  • Connect Solution Manager to Portal search

    Hi Experts,
    currently we have the requirement to connect our Netweaver Portal Search to SAP Solution Manager. The search should find documents saved in the Solution Manager.
    After searching the SDN I found some hints but came to the opinion that there does not exist any standard approach. Is this true?
    Following some more details describing my problem:
    The Solution Manager is also used to save project related documents like concepts etc. These documents have to be found if the user enters a query in the NetWeaver Portal. The documents should only be saved in the Solution Manager, so it will be no solution to save the documents in KM.
    The hints that I currently found:
    Indexing documents - SolMan Document-Management Search
    SolMan and Portal - Accessing Solution Manager 4.0 documents using KM
    Using KM in Solman (the other way around) - KM in Solman
    Any suggestions are welcome.
    Kind regards,
    Jan Tilo

    Hi,
    I hope below links will help you.
    PDF link
    <b>https://websmp206.sap-ag.de/~sapidb/011000358700006381312006</b>
    SAP Tutor link
    <b>https://websmp206.sap-ag.de/~sapidb/011000358700006477102006E.sim</b>
    In order to connect solution manager to OSS means you need to configure the systems in solution manager using T-code SMSY.
    After configuring you need to configure maintanace optimizer in solution manger.while configuring you need to specify the your S user id.
    The above links will help you.
    kiran kumar.v

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

Maybe you are looking for