Searching page content as well as content area content

We wanted to be able to search the text in HTML portlets on
pages to locate the page. The search mechanism seems only to
search the content in content areas. Is there anyway to do this?
Is Oracle Ultra-search any solution?

You can try using Ultrasearch or another crawler to crawl your
site to index your page content.
Searching across pages using the built-in Portal search (as well
as Ultrasearch) will be supported in the next release of Portal.
Regards,
Jerry

Similar Messages

  • Hide Content Area in Advanced Search page

    How can we hide some Content Areas in the 'Advanced Search' page (3.0.9)?
    Thanks.

    You can create a test case based on the JHS Demo (shipped with JHeadstart 10.1.2.2) or the HR Schema (see http://www.oracle.com/technology/products/jdev/tips/muench/jhstutorial/index.html#setuphrschemaanddata). Please e-mail it to [email protected],
    * removing the cabo folder from the web root (public_html) before zipping it, it makes the zip much smaller
    * renaming the .zip file to something like .zipped, otherwise our mail server will not process it
    * including detailed steps to reproduce the problem.
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Why are active menus and dialog boxes disappearing/being overwritten by the active tab/page content?

    Frequently when selecting a download directory/filename in the "save to" dialog the entire dialog is overwritten with the active page content. It appears the dialog has closed, but if you tab through the dialog the active field/control is written but the rest of the dialog remains hidden/overwritten. This has also happened with the "open file" dialog. The the drop down menus on the menu bar are occasionally being overwritten after being activated/pulled down. I have not been able to determine a common/specific event causing this problem.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • I'm trying to change the content of a tab. Can't find info anywhere! My new tab used to come up as Google search page. Now it is Bing, and I don't want Bing

    I'm trying to change the content of a tab. Can't find info anywhere! My new tab used to come up as Google search page. Now it is Bing, and I don't want Bing. I have uninstalled the program that inadvertently put it there but Bing remains. Where is the tab control that hooks me up with Tab content?

    Removal of dupe comment

  • Master page content area height

    Hello
    I have a subform within a master page content area,
    The subform has table which i allowed the content to break to the next page.
    When i try to get the height of the subform it only gives me the height from the first page and ignores the rest on other pages the table broke to.
    I need the height of the subsequent pages in order to position another subform at the bottom of the last page.
    Your assistance will be greatly appreciated.
    Thanks in advance
    Tharage Ntakadzeni

    Hi,
    This post by John Brinkman might help. http://blogs.adobe.com/formfeed/2009/04/layout_methods_to_find_page_po.html
    Regards
    Bruce

  • Save page content in Work Area

    Hi I have BSP page 'A', from this page I have search help page 'B' to select the values from Table biew for one of the filed in page 'A'. I am able to select the value from Page 'B' and getting the value back through navigation variable. I have another serach help page 'C' for a different field in page 'A', when i select a value from Page 'C', I am loosing the value which selected from Page 'B' in respective filed of PAge 'A'.
    I have code for search page (B/C) from Page 'A'.
        <htmlb:dropdownListBox>
          <htmlb:listBoxItem key   = "l_Key"
                             value = "<%= NavigationValue %>" />
        </htmlb:dropdownListBox>
        <htmlb:link id        = "l_ID"
                    reference = "Search.bsp" >
          <htmlb:image src="f4.gif" />
        </htmlb:link>
    What is the procedure to store tempararily like in work area while you are navigating between pages.
    Where do I need to build the code.
    Please help.

    Hi Raja,
    I am not closing Page B, it's closing automatically when I select the value in table View the following code will trigger in OninputProcessing event to collect the selected value and pass back to Page A through navigation variable 'nv_Value'.
        tv_table ?= cl_htmlb_manager=>get_data( request = request
                                             name    = 'tableView'
                                             id      = 'tv_tabid' ).
        IF tv_table IS NOT INITIAL.
          tv_data = tv_table->data.
          navigation->set_parameter( name = 'nv_Value' value = tv_data->SELECTEDROWKEY ).
          navigation->goto_page( 'A.bsp' ).
        ENDIF.
    Problem is with Page 'A', the values which I enetered in other fields are refreshing when I goback to page 'A' from Page 'B'.
    Please help.
    Thanks,
    Giri

  • Loading CSS Body background before page content?

    Hi all,
    I'm doing this homepage for a publisher:
    http://www.alma.dk/
    When testing it with sloppy (www.dallaway.com/sloppy/), I can
    see that the background image of the logo, which is the most
    important graphic, loads LAST.
    I've figured this is because the body style is set in the CSS
    file, and browser logic doesn't load CSS defined images first.
    Is there any way to make the page load the CSS defined images
    before it loads the rest of the page contents? I've got a few large
    images hidden in layers on that page that the browser attempts to
    load before displaying the background image, which is not ideal. -
    And I'd rather use CSS styling for the body, ofcourse.
    Thank you for any pointers!

    > Your stats are wrong, because in that one HTML page,
    there are 198KBs of
    > graphics. Try MouseOver on one of the book graphics,
    that'll reveal the
    > hidden
    > larger images, that are contained in Layers, with Snap
    Layers by PVII. -
    > Or try
    > the site with Sloppy.
    If you eliminated the heavy js hit of snap layers (using CSS
    instead), and
    adopted the Set Text method of writing the image source link
    to an ID
    element, you could probably cut 80% of this page's weight.
    Then you
    wouldn't have to worry about the slow load.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mathias(DK)" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray!
    >
    > I came here hoping that it would be you that answered my
    call. You've been
    > a
    > tremendous help on this forum before whenever I needed
    it, and for that I
    > owe
    > you...
    >
    > > I've figured this is because the body style is set
    in the CSS file, and
    > > browser logic doesn't load CSS defined images
    first.
    >
    > >I'd be interested to know where you learned this.
    >
    > As I wrote, this is something I figured myself, since
    looking at the page
    > through Sloppy, I can see that the BG image persistently
    loads as one of
    > the
    > last graphics.
    >
    > Your stats are wrong, because in that one HTML page,
    there are 198KBs of
    > graphics. Try MouseOver on one of the book graphics,
    that'll reveal the
    > hidden
    > larger images, that are contained in Layers, with Snap
    Layers by PVII. -
    > Or try
    > the site with Sloppy.
    >
    > Counting Angels, huh? Well, I take pride in what I do,
    whatever I do, and
    > at
    > the same time I'm interested in learning. Even if I
    optimized the BG
    > graphic
    > more (GIF), it'd still load last (after 161KBs of
    graphics + HTML and
    > CSS).
    >
    > So there is the problem. And just for the record, the
    page will go dynamic
    > in
    > the future, so there wont be hidden graphic hacks on it,
    but I'm
    > interested
    > still, for future reference and for learning.
    >
    >
    >
    >
    >

  • An Error was encountered while retrieving page content

    Hi guys,
    I have a user that is having an issue when trying to add a header & footer and is receiving "an error was encountered while retieving page content" error. Our firm has acrobat 9.0 pro on windows xp. The file is located on a network share and even if i copy this file to my desktop it gives me this error. Let me know if you guys need more information.
    Thanks.

    Checking the network share is always a good starting point. Acrobat has had problems with some of these over the years. I would generally recommend working locally. However, that does not appear to be the current problem. Since you mentioned AA9.0, my first recommendation is to update AA which is currently at 9.4.4 version. That may solve the problem, partiuclarly if you are using 9.0. The updates may be done from the help menu (you will likely see several. The should always be installed in order). The help menu links generally give you cummulative updates. You can also download them from Adobe.com>downloads and select the updates in the right field near the top. You can then search for the Acrobat Windows updates. You have to generally install ALL of them that are listed in order. They generally are not cummulative. I am guessing the updates may fix the problem.

  • How to get the cropped page content

    Consider an A4 size pdf is cropped in Bottom and Right edges.
    If the user wants to open the pdf as A4 size then we are passing the rectangle size A4 to PDPage.DrawEx() method to get the page content.
    When we use like this, we are getting the full page content but our requirement is to get the cropped page content.
    Is there any way to get the cropped portion alone by passing the rectangle size as A4 to PDPage.DrawEx() method.
    But it is working fine for Left and Top edge cropping

    Have a look at this document:
    http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJSGuide.pdf
    go to the index and search for the term "Crop" or "Cropping" which has a hyperlink for page 70.  There you will find some JavaScript options for cropping the page from all sides which can then be saved using some other methods in the document.  I'm not sure, though, if JavaScript is what you're looking for.

  • Some images are not loading...including yahoo logo on search pages. Firefox 8.0

    most images are not showing up in browser....including yahoo logo on search result pages and icon images in gmail. I have uninstalled and reinstalled firefox.

    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images permissions.default.images
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Drawing problems in Minefield interface elements and page content

    Some sort of graphic related problem with Minefield nightly builds.
    I'm not an expert, but it looks like the problem is with semi transparent pixel drawing. Might this be related with graphics hardware?
    Here is the screenshot, how it looks:
    http://img148.imageshack.us/img148/2536/ffinterface1.png
    In the picture the problem is well seen on the TAB headers and vertical line with a pattern in a page illustrates the problem in displaying transparent elements in page content.
    When interactive interface elements are mouseovered (paticularly "close tab" buton), the distortion around changes.

    Try the Builds forum over at MozillaZine, that's where all the "testers" hang out.
    http://forums.mozillazine.org/viewforum.php?f=23

  • Spotlight: Search in content working on substrings

    If you search for content with Spotlight, you have to type the search phrase from the beginning, i.e. searching for files containing the word homework you could search for home or homework but not for work.
    Capitalization is important. So homeWork can be searched by home, homework and work but not by ork.
    Does anyone know, how to create a spotlight search, that does a true search for "contains in content" working on substrings as well?
    Peter

    Hello JSam23,
    Thanks for using Apple Support Communities.
    If Spotlight isn't bringing up expected search results, you can reindex Spotlight so it knows where those files are located.  Take a look at the information below on how you can do this.
    I do want to forewarn you though, that reindexing Spotlight, especially your entire hard drive, can take time depending on how full the hard drive is.  This can result in your computer seeming slow, or the fans running at a higher speed than normal.
    From the Apple () menu, choose System Preferences.
    Click Spotlight.
    Click the Privacy tab.
    Drag a folder or an entire volume (your hard drive) to the list.
    If prompted for confirmation, click OK.
    Remove the item or volume you just added to the list by clicking it and then clicking the minus ("-") button.
    Close Spotlight preferences.
    Spotlight will re-index the contents of the folder or volume.
    Spotlight: How to re-index folders or volumes - Apple Support
    Cheers,
    Alex H.

  • Page content disappearing when longer than 1 page

    When creating a Welcome page or About Me page in iWeb 08, all page content completely disappears if it is longer than one page and I scroll to the second page.
    The outline of the text box still appears to be visible, but none of the text displays inside of it. Also, the rest of the graphics/content for the page disappear as well. The only thing left is the background and the outline of the text box that I was previously typing in.
    This makes it impossible to create a page that is any longer than one screen length on my machine. Anyone else see this issue or a fix for it?
    Currently using a shiny new 2.4Ghz iMac and just started with iLife 08 today.
    Thanks!

    Roddy wrote:
    To make a page longer you can delete the "made on a Mac" thing, add a text box as a "footer" and put your copyright info into it eg
    Copyright © Me - 2007 - All Rights Reserved
    Click and hold on this box and drag it down the page.
    The page will get longer and longer and longer........ before your very eyes!
    The problem isn't the actual page length of the page. The problem is with the rendering of it within iWeb. Once the page is published all of the content shows up in a browser as it should.
    The problem occurs within iWeb itself when trying to edit and add content to a page. Once I do any scrolling on a page within iWeb all of the content of the page completely disappears. The only things left are the background and the outline of the text box that is selected. Everything else is gone, including the footer, etc.

  • ORACLE Secure Enterprise Search and Content DB / Content Services

    OSES provides a connector to index and search ContentDB / Content Services.
    I could not find any information which content will be indexed and searchable.
    a) Fulltext (e.g. PDF / Doc)
    b) Standard Attributes (e.g. description)
    c) Custom Attributes
    Can indexing (a+b+c) be configured,
    or do I need to customize the connector to let the description field be indexed
    or do I need to re-implement the connector?
    kind regards, tom.

    It can be done but it's not easy.
    Federation is done through the Web Services API. To create a custom federation to a non-SES endpoint, you have to replicate most of the Web Services API. You can choose to do it selectively, for example you can choose to implement doOracleSearch but not doOracleAdvancedSearch or doOracleBrowseSearch (names from memory - could be wrong) which would give you the basic search capability but no advanced search or browse against the federated source.
    Then you've got the problem of merging results. When all federated sources are SES based, it's easy to merge them. You know that a document which scores 63 fron one source is more accurate than one that scores 62 from another, and so should appear higher in the hitlist. But if one of those sources is - say - Bling, then how do you that 63 as a score from Bling is comparable to 63 as a score from SES? They're probably not comparable.
    These are the reasons that mention of federation to external sources was removed from the 10.1.8.4 documentation, it was felt that it just wasn't practical for most users.
    A rather better alternative is to use the Suggested Content feature. This is MUCH easier to configure, and doesn't attempt to merge the results. From a user's point of view this may be less desirable than a merged result set, but given that any such merge probably won't work well, it's really better all round.

  • Is Spotlights ability to search web content limited to one word searches?

    I have my website setup and Spotlight enabled.
    I have several thousand pdf documents indexed and would like to be able to search them by "Content" "Contains or equals".
    The problem is, that when I search using 2 words that I know are contained in several documents, the results returned are 0, yet searching with 1 word yields plenty of results, I really need to be able to narrow my results down by being able to search for more than 1 word at a time.
    Thanks for your help.

    This is normal, because some environments have servers with names like intranet. When your DNS returns a plain 404, Firefox then sends the word to your preferred search engine. But if the DNS service sends back its own results page, that preempts the normal behavior.
    Perhaps there is an add-on to work around this? I do not recall seeing one, but you can search here: https://addons.mozilla.org/en-US/firefox/
    For many years the address bar search was called the keyword service, so in addition to other queries, you might search for add-ons related to keywords.

Maybe you are looking for

  • How do I include an image in the middle of a sentence in sapscript?

    Hello friends, How can I include/print an image or graphic representation in the middle of a sentence using SAPscript  forms? For example, I would like to be able to add an image of a telephone right before the telephone number, or even print someone

  • How to link to file after download?

    Hi, I'm probably missing something real obvious here.  But, I have a button that users use to download a file from the server.  They click the button then it pops up a file dialog asking them where they want to save it, what to name it, etc. That all

  • How to implement hyphenation for Armenian in Adobe InDesign on Mac OS?

    Hi, I'm using Adobe InDesign CS4 and CS5. I've never written any kind of plugin neither for Adobe InDesign nor on Mac OS, so I need your help to consider what's the best solution for this kind of problem. I've read about ExtendScript, Linguistic Libr

  • Entry doesnot exist in the T005q (check entry)

    i configured the country keys and with holding countires also. when ia m entering with holding tax key in does not exist in the too5 q . mean while because of this vendor master data cin details tab is not occured. kindky give how to resolve 2 issues

  • Add content to report (locals variable by example)

    I would like to add some extra information in my TestStand V4.1 report. Is it possible to add some text strings, values of local variable etc... ??