Pagination fails when searching through search results security groups

When I'm doing research for a paper of the specific security group, in the search results pagination works fine. But when the research spans several security groups, the first page of the search results shows the number of law, but when you go on the following pages, the County is messed up. For example if the result total count value would be 400 in the first page. The second page would show only page 2 of 20 or something like that. and we can get on the pages after this. Is there a way to fix this?

Thanks for your help!

I also opened an SR for that matter, support seemed unfamiliar with it.

I finally found a reference to the question of the basis of knowledge in bug 10055173. The proposed solution is to update CS10gR35UpdateBundle to a version > = 86. Version of this bundle is 79, so you must apply for it. I'm done with build 92.

I installed the new version. The occurrence of the problem, however. Finally, I have disabled the SimpleProfiles component (which we do not), and this seems to have solved the problem. I also determined that disabling SimpleProfiles under generation 79 did not fix the issue.

Tags: Fusion Middleware

Similar Questions

  • Without scroll bars when search results are displayed in the "content" section

    Hello

    I use reactive HTML5 in 2015 of Robohelp.

    The Azure_Blue layout works very well, but when search results are set to appear in the 'content' section no scroll bar is displayed, if you can't navigate to the results of research which are off the screen. Scroll bars are displayed when its set to appear in the sidebar. Tried with many different browsers - same result.

    Is it bug? Others do for this problem?

    See screen capture below.

    See you soon

    The CSS fix mentioned by Willam resolves the problem.

  • Search only to hide resulted pdf pages when search results will require a readjustment

    Hi all

    I have a pdf of dynamic xml form, when open the pdf doc, only one page will be visible on this page I have search features. Once I do a search on this page according to research he reveals these pages (which are satisfied with the search conditions). In each page of search results I have a "Return to Homepage" button, when the user click of button on the search results needs to be reset (need to hide all no hidden page and update should come to the search page).

    Actually, I got this feature but here when the user clicks on the "Back to Home Page" button, I'm hidding all the pages in pdf doc. Here, I need to hide only the pages that are displayed not all pages in pdf format. My code snippet as follows (assume that doc pdf has 8 pages)

    topmostSubform.Page1.presence = 'hidden ';
    topmostSubform.Page2.presence = 'hidden ';
    topmostSubform.Page3.presence = 'hidden ';
    topmostSubform.Page4.presence = 'hidden ';
    topmostSubform.Page5.presence = 'hidden ';
    topmostSubform.Page6.presence = 'hidden ';
    topmostSubform.Page7.presence = 'hidden ';
    topmostSubform.Page8.presence = 'hidden ';

    How to hide only search pages has resulted. Because if I have 500 pages in pdf doc, I need to write to hide for each page. I need to avoid this.

    Thanks in advance

    Prasad Salvan

    Hi Prasad,

    Since you had the search criteria to make the required pages visible, I would put in place a global variable (in the file / form properties / Variables tab) and then the search script put the search criteria in the global variable (when accessing the global variable, you must only .value, instead of .rawValue).

    When you set the global variable you must give a name and an initial value of "0".

    Then the button "go to the search page" would include script to hide the page references in the global variable.

    Good luck

    Niall

  • Firefox 14.0.1 shows is no longer the Norton SAfe Web icon in the seacch results. The toolbar is there but NOT the icon of web security next to the URL in the search results

    After updating to Firefox 14.0.1 my results search no longer show the icon of Norton WEB security beside each result. It worked fine before the upgrade. The Norton toolbar is there, and when you click on the site that the web report secure is there but NOT the icon in the search results.

    Norton has released updates for Firefox 14 morning even as the version of Firefox 14. Norton releases usually updates, the morning even as the new versions of Firefox. Have you updated Norton through their LiveUpdate?

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Request OA region shows the previous search results when moving between pages

    Hi all

    I have a custom Page of OA, which is a query based on a LOV region to search for names of devices. The problem I am facing is once the device name is searched and I'm going to another page through quick links and back on the same page Search Device, it shows the previous search results. I am does not keep AM for all navigation page.

    I already tried things:
    4 K I tried refreshing VO using clearcache and reset methods on the VO.
    2 get, click on the OK button of the query in ProcessFormRequest region and the Go button I use forwardImmediatelyToCurrentPage. And in the process request method that I question the results manually when will click on a button. Otherwise I do it manually where clause condition 1 = 2 and ensure that the VO returns no rows.

    But still, I am not able to get rid of the issue.

    The used code is pasted below for your reference. It is urgent. Can you please provide pointers.


    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processRequest (pageContext, webBean);
    Try
    {
    Am = (VpaAdminAMImpl) pageContext.getApplicationModule (webBean) VpaAdminAMImpl;
    TkvpaDeviceSearchVOImpl deviceAll = am.getTkvpaDeviceSearchVO1 ();

    deviceAll.clearCache ();
    deviceAll.reset ();
    deviceAll.setWhereClause ("1 = 2");
    deviceAll.setWhereClauseParams (null);
    String query = deviceAll.getQuery ();
    System.out.println ("request getSearchResult: =" + query);
    deviceAll.executeQuery ();

    OAQueryBean queryBean = (OAQueryBean) webBean.findChildRecursive ("region1");
    String goAction = queryBean.getGoButtonName ();
    If (PageContext.GetParameter (goAction)! = null)
    {
    getSearchResult (pageContext, am, webBean);
    }
    }
    catch (Exception ex)
    {
    throwException ("SearchDeviceCO.processRequest", ex);
    }
    }


    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);
    Action string = pageContext.getParameter (EVENT_PARAM);
    OAQueryBean queryBean = (OAQueryBean) webBean.findChildRecursive ("region1");
    String Go = queryBean.getGoButtonName ();
    System.out.println (PageContext.GetParameter (Go));

    If (PageContext.GetParameter (GB)! = null)
    {
    pageContext.forwardImmediatelyToCurrentPage (null, false, "N");
    }
    }

    Public Sub (VpaAdminAMImpl am, pageContext, OAWebBean webBean OAPageContext) getSearchResult
    {
    Try
    {
    String device = pageContext.getParameter ("deviceSearch");

    StringBuffer sb = new StringBuffer();
    If (device! = null & & device! = "")
    {
    SB. Append ("nom_peripherique =" "");
    SB. Append (Device);
    SB. Append("'");
    }

    String sql = sb.toString ();
    TkvpaDeviceSearchVOImpl deviceAll = am.getTkvpaDeviceSearchVO1 ();
    deviceAll.setWhereClause (sql);
    deviceAll.setWhereClauseParams (null);
    String query = deviceAll.getQuery ();
    System.out.println ("request getSearchResult: =" + query);
    deviceAll.executeQuery ();
    } catch (System.Exception e)
    {
    e.printStackTrace ();
    }
    }


    Thanks in advance,
    Abhishek Mishra

    Hi Abhishek,

    Please try the code below in your controller ProcessRequest
    This will clear the previous search from the cache.
    Example of
    OAQueryBean queryBean = (OAQueryBean) webBean.findChildRecursive ("QueryRegionName");
    queryBean.clearSearchPersistenceCache (pageContext);

    Hope that helps :-)

    Kind regards
    Chaouki

  • Google search results on Mac OSX - disappeared when returning to page

    Yosemite running on a MacBook Air. When I search with Google (my default), the results appear normally. However, once I click on an ad, go ahead and then return the results of the search, the search results page is empty. Refreshing works OK, but why would this happen? It is these - last month - but also consistent and what happens with Firefox (vs Chrome or Safari).

    Does anyone else have this problem?

    Maybe you have increased your zoom level on the results page recently? I suspect that because there is an old problem with going back to the search results page and blank might as well have it, and it seems to occur only when you use a zoom level high on Google with 'instant prediction results' (the default setting). When to return to this page, Firefox glitches when you restore the cache in memory page, in fact, you can see the results for a fraction of a second before it empty out.

    Assuming you like your zoom level and enjoy using the instant prediction results, then the solution is to disable the part of the Firefox cached in memory by changing a setting under the covers.

    (1) in a new tab, type or paste Subject: config in the address bar and press return / enter. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste sess and make a pause so that the list is filtered

    (3) double-click the preference browser.sessionhistory.max_total_viewers and change the value from-1 to 0 (that's a zero).

    (Please change not all other parameters similar to 0-sounding or you can disable the ability of Firefox to save/restore your tabs and windows open).

    Then reload the page of Google results and the test. Who will fix this for you?

  • Firefox recently started opening new tabs when I click on search results how do I get this to stop

    When I use Google and I click on a search result, it opens a new tab, where it used to just take me to a new page in the tab I was using, I searched on the tabs tab in options and saw I could choose to open in a new window, but I don't see an option to open it in the current tab. It started to arrive from nowhere.

    Found a setting in Google that said to open all the result in a new window that I guessed that Firefox has been the substitution and open it in a new tab as suggested settings unchecked the box in Google and now the behaviour is back to normal.

  • I use google search. When I click on a suggestion contained in the results tab of the search, I want it to open in a new tab and keep the search results in the original tab. How?

    For example, when I enter the search term "cabinets" and get a page/tab search results with suggestions such as Sears, JCPenney, or Amazon, I want to be able to click on Sears and open the Sears page in a new tab/page. I want to be able to close the tab to Sears and use the search results tab.

    Google offers a framework for this. What it does, it adds a HTML (target = "blank") statement to every result link, which causes Firefox to open in a new tab. If you uncheck the preference to divert new windows in new tabs, Firefox will then open the result in a new separate window.

    This preference is stored in a cookie, if you clear your Google cookies often, so you'll need to reset every time. You can do so here:

    https://www.Google.com/preferences

    (On this page, Google refers to a new window.)

  • I want to erase the search results for certain searches. When I search for some keywords I get old SERPs that I know are not up-to-date. If I use a different machine, I get the current results. I can't find how to clear it.

    I am tracking my own Web site position in search rankings. For a short period, he appeared on page 1 for certain keywords. It is now on page 2 or 3, (as seen by me and other users when you use another computer or a browser), but when I search on my computer I see the old pages of results showing the top of page 1. How can I erase these old pages of results?

    If you press Ctrl and F5 at the same time, that changes? I think that Google (I guess that's what you're referring to the) changes in search results is inspired by a little if you are connected and preferences, etc.. Try to connect on google if you are connected.

  • In the bar when I write sth such as address: soccer, it leads to search results from yahoo? How do I will change it give me the results of google search?

    In the bar when I write sth for example to address: "soccer", it leads to search results from yahoo. How do I will change it give me the results of google search?

    Hi vavamvak,

    You should take a look at article in the database Search the Web from the address bar . It will show you how to change the default address bar search provider.

    Hope this helps!

  • When I search something and click the Web site in the search results, I get nothing and the tab says something like "nclk (Image GIF 1 x 1 pixel)" what should I do to display the Web page?

    I just switch to Firefox this morning, but I used it in the past. I set Yahoo as my homepage, and it opens fine when I start Firefox but if I type something in the search bar, such as Wal-Mart or ebay it will display the search results, but when I click on the page I want to open, I get something like "nclk (Image GIF 1 x 1 pixel)" on any of the Web pages I have to choose. If I put www.walmart.com in the address bar, it works fine. What should I do?

    Using Kaspersky? This error is usually caused by a parameter in Kaspersky. In the Kaspersky Firewall section, under filter turn off the blocker of banner advertising (may be called anti-banner).

  • When I look for a file in Win Explorer, I get a list of files in the search results. But some of the files seem to be missing. I get a message that the directory is not found when I try to open the search results.

    I wonder if what's on my hard drive and if what Win Explorer is on my hard drive are two different things.

    If I do a search in Win Explorer to "purple", I get a number of results.
    (To search for a file, I am in the word "Purple" in the search field in the upper right Win Explorer and pressing the "Enter" button).

    There are a couple of JPG files that I wonder about the search results.
    One example is called "purple_flowers.jpg".
    When I double-click this file in the search results to open it, my paint program opens and gives me a message that the directory is not found. If I use MS Paint to try and open it by double-clicking on the file and selecting "open with...". MS Paint", I get a message that the directory is not valid.

    The location of the directory on the error message is the blue 'Images' folder for my user. But, when I opened this file, I don't have a file with that name in this directory. The same thing happens with another JPG file, called "octopus.jpg" when I search the word 'Octopus '.

    Is this something messed up between what I have on my hard drive and think what Win Explorer is on my hard drive?
    How can I fix?
    Something must be reset in Win Explorer?

    I could have the JPG files with these names at the same time. I had a large library of images for a project, but I deleted it.
    (I tried to turn on the option to show hidden files in this directory, but that did not help).

    Imane:

    I thank very you much for that answer.
    But it seems to have stumbled on the solution:

    Strangely, this worked:

    (Maybe you know why).

    I moved the files in my blue images folder in another folder, delete the folder images blue, emptied the Recycle Bin and rebooted my computer.
     
    When my computer has finished its startup routines, my folder of photos blue was there! And he had the shortcut to the folder 'Sample Pictures' inside.
     
    When I searched "the Octopus" and "purple", I no longer saw these JPG files in the search results.
     
    I don't really know what happened, but I thought that after these results just in case someone else knows this.

    I'll read and watch in your information. I don't want to know more about what is happening in my computer.

    Marz

  • How to adjust the maximum number of results of a particular type when searching in the start menu?

    When searching in the start menu, windows 7 displays only the first 3 shortcuts that match a search term, then displays documents and other file type matches.

    How can I increase the number of corresponding shortcuts that are returned? If this means that get less results of my libraries and stuff, that's fine with me.

    Hello

    Thanks for choosing Microsoft Community.

    I understand from the description of the issue that you are having problems with the increase in search results. I'll be happy to help you with this problem.

    I suggest you to see the links and check if it helps.
    http://Windows.Microsoft.com/en-in/Windows7/change-advanced-indexing-options

    http://Windows.Microsoft.com/en-in/Windows7/improve-Windows-searches-using-the-index-frequently-asked-questions

    http://Windows.Microsoft.com/en-in/Windows7/open-the-search-and-indexing-Troubleshooter

    I hope it helps. If you have problems in the future, please let us know. We will be happy to help you.

  • I have problem in the PDF export to save only the layers appeared only. When I export the indesign file to PDF that contains layers hidden pdf placed, pop up problem when I use the search field in exported pdf file. hidden text of hits from search results

    I have problem in the PDF export to save only the layers appeared only. When I export the indesign file to PDF that contains layers hidden pdf placed, pop up problem when I use the search field in exported pdf file. hidden text of hits from search results to laye

    I answered your question: there is nothing you can do in InDesign. You need to ask in the Acrobat forum I linked.

  • Empty search results message will appear when the page is loaded

    ******************
    If ($totalRows_rs_searchresults == 0)
    {/ / Show if recordset empty? >}
    < div align = "center" class = "body" > sorry your search gave no results, please try again < / div >
    ******************

    That works very well, but obviously it appears when the page is loaded first that the number of search results is zero. So, how can I get this message to NOT show up until the form has been submitted for the first time?

    See you soon

    Dave


    davecheet wrote:
    > ******************
    > If ($totalRows_rs_searchresults == 0)
    > {/ / Show if recordset empty? >}
    >

    Sorry, your search returned no results, please
    > try again

    > ******************
    >
    > Which works very well, but obviously it appears when the page is loaded first as the
    > number of search results is zero. So, how can I get this message to does NOT display
    > until the form has been submitted for the first time?

    If you use the GET method to send the search form, change the
    conditional statement like this:

    If (isset($_GET['search'])) & $totalRows_rs_searchresults == 0)

    Change the value of 'search' for the name of the field used to
    filter the results. If you use the POST method, use instead of $_POST
    from $_GET.

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for

  • Update to iOS 10.01

    I can't connect to ios10.01 on my iPad mini please help

  • JavaScript question - do not click on dates in a calendar

    We try on online tennis court booking site. When I click the calendar icon to select a date in the calendar, I can click on the date, but he does not at that date. Other browsers such as Chrome and Internet Explorer work fine. It just goes straight t

  • Re: BSOD after using the Toshiba Recovery disk

    Using the disk recovery works up until the point when the system starts up his game.I turn on the computer to configure the pc. The system will not complete the setting to the top. I either get a message unexpected problem and the pc tries once again

  • Epolife

    A program called Epolife downloaded on my system.  It changed my search engine and my departure to the top of page Web.  I changed those back via Safari/preference - but I wonder if this has caused further damage to my Macbook Pro... Any advice?  I a

  • How to remove programs in the control panel?

    Original title: Control Panel How to remove programs in Control Panel, flash is stored in security and fast is to other Options. How to remove them or move them to the storage of program?