Preventing automatic search results

I recently created a custom search form on a uix page that allows me to search for multiple conditions following a HOWTO from Oracle:
http://www.oracle.com/technology/products/jdev/tips/shmeltzer/setwhereclause/uix.html
It works great, but when I login into my application, it automatically generates a search and returns everything. I would prefer to have no search on initial login until the user actually specifies some criteria and presses the submit button. Does this require a special event handler?

My approach to this problem was to implement a method that checks to see if any query criteria have been set. This method returns "true" or "false" as a DataObject.
Then I use that to set the "rendered" attribute on my table of results. Something like:
<table ...
rendered="${myutil.voHasCriteria}">

Similar Messages

  • Google search results won't open automatically new tab in firefox 6.0.2

    Clicking on google search results won't open automatically new tabs in firefox 6.0.2, although it was working until today!

    Did you check the Google settings via the gear icon at the top left of the Google site to make sure that you still have selected that feature?

  • What setting do I need to change to have a search result file (pdf. or whatever) open instead of automatically download?

    Firefox downloads files automatically when opening a opening a search result. What setting do I need to change to have the search result file (pdf. or whatever) open instead? Something changed yesterday and I lost the ability to open the files vs. download.
    == This happened ==
    Every time Firefox opened
    == July 7, 2010

    Hello,
    Normally, when I use my online account, when i select a document to open with excel or with adobe, the applicaiton installed on the PC, is used to open the files.
    Can you check the under control panel, default programs, and see what program  is associated to the PDF files?
    When you try to open one of those pdf files from your back, what happens?
    If you download them to the HDD, are they automatically associated to ADOBE?
    Thanks,
    I work for HP! Please remember to provide and if this helped click ON

  • SharePoint 2013: hover on search result automatically starts downloading document

    Hi All,
    As soon as I hover on any of the search result item, it automatically triggers download and asks whether to save the document or open it directly.
    SharePoint 2013
    Awaiting for help.

    Hi All
    Voila
    After lot of troubleshooting found the answer for the above issue.
    Need to make sure on the Result page, search result web part in Display Templates
    Results Control Display Template
     select Default Result
    and
    Use result types to display items
    select Use result type rules to decide
    Apply and Save.
    Amol

  • I keep geting re-directed to a wrong site after I click on the search result site. How can I prevent that?

    I keep geting re-directed to a wrong site after I click on the search result site. How can I prevent that?

    iPad or Mac?

  • Safari troubleshooting needed.  All search results are grayed out preventing me from clicking anything on the page.

    Safari Problem:  After doing a search using all three of the search engines the search results are grayed out not allowing me to click on anything on the page.  I also can't use the buttons to the left of the search box.   Please help.

    Go back to your home screen, then double  click your home button to open your multi-task window hold your finger on the Safari icon until it start to wiggle and a red minus sign is in the upper left corner. Tap the red minus sign and completely close Safari, then reopen it.

  • How to prevent images from loading with google search results?

    Since I updated to FireFox 18 I have been getting images (miniature webpages) with my search results with Google. I thought it was a google problem but I don't have the problem in IE.
    Please advise.

    I think you are using some addons, try in safemode...
    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Automatically display search results

    Does anyone know how if there is a possibility to display a search results by default?
    E.g. all documents changed from last week, topten users document upload.
    Thank you in advance.
    Joost Christenhusz

    Dag Joost,
    yes, see as an introductionary example ""Configuring the Last10Documents Scenario" under http://service.sap.com/nw-howtoguides -> Portal, KM, and Collaboration -> KM.
    Hope it helps
    Detlev

  • Sorry, something went wrong - Open Office File from Search Results Page with Office Web Apps

    Hi,
    I'm getting "Sorry, something went wrong" error when I'm trying to open any office document from inside Search Results Page with Office Web Apps, the same error is appearing in the document preview as well.
    The error in SharePoint logs says that the file cannot be found.
    Please note that this error is coming only when the "Filename" of the document is not written in English (in my case its written with Arabic characters).
    If I try to open it from the document library, its opening properly with no errors.
    The only difference between two URLs (document URL in Search Results and in Document Library) is the value for "sourcedoc" attribute;
    In the case of Search Results page, the filename in "sourcedoc" attribute is kept as is with Arabic characters.
    While in the Document Library, the filename in "sourcedoc" attribute is converted into different characters (something like: "B9%D9%85%D9%8").
    Anybody have an idea on how to overcome this issue, implement a workaround or modify the "sourcedoc" behavior?
    Thanks in Advance.
    Hamza AlSughier

    Dear Wendy,
    Thanks for your efforts, I already tried your last suggestion before, but this didn't solve my problem.
    Actually my end users are accessing this portal using ADFS and HTTPS.
    Finally I got this solved, I have done below to get my overall solution working perfectly:
    - First I have configured Windows Authentication and ADFS Authentication on the same zone which is the default zone.
    - The issue when opening office documents with Arabic file name has disappeared as a result of first change.
    - Then I have faced an issue where we are not able to crawl content under Default zone, however we have to do so, after too many efforts, I found that its related to the Load-balancer/proxy, I have made the crawler server
    to crawl himself (http://CrawlServerName:PortNumber).
    - Also a change on Alternate Access Mapping was needed, I have set one of the extended zones (which is running Windows Authentication only) as Internal URL for the Default Zone, and this is was the URL I used for Crawling.
    I have configured Server Name Mappings to make sure we got proper URLs in Search Results.
    - Then we faced another issue, which is Authentication selection on login page (How to bypass this page, and authenticate using ADFS auto), I used this solution (Set Custom Sign In Page):
    http://0ut0ftheb0x.wordpress.com/2014/01/04/skip-the-authentication-selection-page-at-_logindefault-aspx-in-a-mixed-authentication-environment/.
    - I faced one more issue as a result of above workaround; Sign Out functionality wasn't working well; users get logged in automatically whenever I click on Sign Out. I solved this by modifying the "Sign Out" Control under _layouts;
    I made it to redirect users to ADFS Sign Out Page instead of SharePoint Sign Out Page (I know its not recommended, but I don't have any other option).
    Hamza AlSughier

  • Why do google search results reset to match the search bar terms when i use the back button?

    Since the update to FF 23, the list of Google search results clears and the on-page search box is reset to match the address bar search box when I hit the back button to re-view the results list after checking a result.
    To see this issue for yourself, set your search provider to Google and make sure Instant is on. Type a search term into the search bar and press enter. A google page appears with your results list. Now, change your search terms or conduct a new search directly from the google page (without using the FF search bar). Click on the first result in the search list, then click the back button to return to the search results so you can check a differest result. As FF goes back to the google page, it will reset the on-page search box to match the FF search bar (although you were no longer on this search) and all search results will disappear, replaced by the message "Press enter to search". Pressing enter reconducts your old search, not the one you were on.
    This is incredibly maddening since searching for something requires frequent use of the back button to check through the list of search results, and then frequently trying the search again with slightly different terms. Although it sounds like a Google issue, it did not occur on the old firefox and has me wanting to revert. I tried to revert to the old search function via the "keyword search" addon, but this did not fix my issue. Is there a way to force FF to go back to the actual google search page I was just on instead of conducting a new google search from the FF search box when I hit the back button?

    In Firefox 23 versions and later the keyword.URL pref is no longer supported and it is no longer possible to specify the search engine for the location bar via the keyword.URL pref.<br />
    The search engine that is used on the location bar and on the about:home page is the search engine that is selected in the search Bar on the Navigation Toolbar.<br />
    Current Firefox versions do not update the about:home home page until you refresh the page (future versions will do this automatically without a refresh) and that is what happens if you use the Back key.
    You can install the Keyword Search extension to specify with search engine to use for the location bar and which search engine to use for the about:home page via the Options/Preferences windows of this extension, accessible via the about:addons page.
    * Keyword Search: https://addons.mozilla.org/firefox/addon/keyword-search/

  • How to sort web app items based on few fields of it on search result page?

    I have a web app and its search. The search results are on multiple pages means it has pagination. My client's requirement is to have a feature which will sort results based on some web app items. for example we have a field price so when user select the price it needs to sort from high to low. Any one have idea how to do it?

    I have just been playing around with this for something else, all you need to do is duplicate your price field into the weighting field and it will automatically sort from High to low for you.
    Cheers
    Duncan

  • Weird character in search result for HitHighlightedSummary property

    We have a INTEG search center and display managed property 'HitHighlightedSummary', which is a out of box managed property
    One of the results display as below in search result page:
    "Issue 9 brings us the latest news from the Home Oxygen Service team … Don't forget to read CorpNEWS next week to get the latest Home Oxygen Service update.  "
    Noticed that the last weird character? how does that happen? we have same setup in DEV env, but we don't get this issue, how to track down this issue.

    The Ascii code 8203 stands for line break :
    http://www.fileformat.info/info/unicode/char/200b/index.htm
    commonly abbreviated ZWSP ;  this character is intended for invisible word separation and for line break control; it has no width, but its presence between two characters does not prevent increased letter spacing in justification
    A third party editor may be adding them , if they are not originally present in your script/code.
    Are you using any such editor tools?
    It will be helpful to open a troubleshooting ticket with Microsoft so that we can look at the issue in more depth.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/23804eed-8f00-4b07-bc63-7662311a35a4/why-does-sharepoint-put-in-character-code-8203-in-a-richtext-field?forum=sharepointdevelopment

  • Why won't search results display one page at a time?

    Search result pages using google automatically load so i can never get to options at the bottom of a page.
    Driving me nuts! Just want to load 1 page at a time!!!

    Some extensions have this feature, e.g., AutoPager. Can you check your extensions on the following tab for any that seem to imply that they make using Firefox faster or more automatic and try their Options button to see whether you can turn off this feature?
    orange Firefox button (or Tools menu) > Add-ons > Extensions category

  • BP  appearing in search results after BP merging process completed

    Hi Gurus,
    Can some one please throw some light on how to stop the displaying of BP's appearing in search results who have been assigned an archiving indicator (XDELE flag set) in BUT000 table.
    The scenario is as follows,
    We identify duplicate BP's, for eg- BP1 BP2 and BP3 are identical.
    Then BP2 will be confirmed as main BP and correct one.
    BP1 and BP3 will be merged to BP2 using the Merge accounts functionality in CRM 7.0 WEB client.
    BP1 and BP3 will have archiving indicator (XDELE field set to X in BUT000 table) after merging process.
    And the problem starts when agents are searching for BP2, still BP1 and BP3 who have XDELE flag set still appears in search results.
    The expectation is we do not want BP's to be appearing in search results that have archiving flag set in BP master record.
    Can some one please advise how to achieve this, is there any config step or we have to go for enhancement.
    Please advise.
    Thanks in advance,
    regards,
    Gopio.

    Hello,
    You have to use Archiving object - "FI_ACCRECV" to archive Customer Master Data (BP).
    When general data for customer master records is archived, the system automatically checks whether the following conditions have been met:
    - The deletion flag is set.
    - The customer is not locked for deletion.
    - Dependent data of the following types no longer exists in the system:
    1. Business partner of the customer
    2. Company code-specific data (FI data)
    3. Sales data (SD data)
    4. Transaction figures
    5. Special general ledger transaction figures
    6. Open items
    7. Cleared items in the archive
    8. Customer/Vendor links
    For the archiving object all the required configurations should be maintained.
    If you don't have archive server in place then do not take the option of storing (Just archive and delete the data).
    -Thanks,
    Ajay

  • How to populate new record on data entry form based on search results?

    Hello,
    I'm new to jdeveloper im using version 11.1.2.1.0.
    Usually Im using forms 10g.
    I created search panel with table and its working but problem is how to transfer/populate all the field value according to that search result to New data Entry Form
    by clicking the table record or a button.
    Given :
    TABLES,EO
    1. PatientMasterIndex
    2. PatientTransactionMaster <<---- master
    3. PatientTransactionDetail <<-- detail relation
    Here the scenario,
    After Search of any patient, when i clicked one or more patient (which Jdeveloper allow multi select on jtable) on the table record it should automatically transfer or copied to the text field, i want to show on the form of PatientTransactionMaster like PatientNumber,PatientInsuranceNumber etc. to be save on db as new record, also non database field for view only like patient Name,address,age.
    IN forms i can do that by :PatientTransactionMaster.PatientNumber := :blocksearch.PatientSearchNumber ,etc.....
    or an item trigger to populate the said PatientTransactionMaster block. ( select .... into :PatientTransactionMaster.PatientNumber,etc....)
    Any suggestion,links,sample is highly appreciated.
    Sorry for my english.
    Thank you very much

    Hi,
    Do you want to create a detail record that will include some values from your master record??
    Or do you want to create a record with values from your Search criteria, only in the case you do not have any results?
    if it is the second case.
    When do you want to do that? After a press of button? or immediately?
    In general you have to handle the values from search criteria.
    Additionally, if you use ViewCriteria, you have to have bind variables for your search criteria that you will want to use.
    So in general, you have to know the values by using bind variables, understand that the query has no results (This can be done in many ways, depending on your implementation. if you are using a button, you could make a disable condition with iterator.estimatedRowCount property.)
    Perform the insert operation with the values from the bind variables.
    Regards,
    Dimitris.

Maybe you are looking for

  • HP Pavilion A1429.UK - No Sound On Windows 7 Home Premium

    Hey folks, got a wee problem. I have recently put Windows 7 Home Premium onto my computer.  The install worked perfectly but every time I install the drivers for the X-120 speakers that came with the computer, after a few hours it disable itself and

  • What is current CommSuite support for non-ASCII passwords?

    Hello all, Some of our users managed to change their passwords to non-ASCII strings (via replication from MSAD by ISW) and no longer have access to their communications services. While replicating the problem, I have set a (UTF-8 non-ASCII) string as

  • Graphic error while opening

    When I first open CS6 I receive a graphics error message. I close the error message and photoshop seems to be working fine, but oilpaint will not work. I receive another error message when I try to use oilpaint. Here is my system info: Adobe Photosho

  • Cannot change multiple colors for the life of me

    Hi there- I am VERY new to photoshop and have been trying to change just two colors in this stupid picture now for about five days. I realize this is rudimentary probably for most users. I have searched extensively online and experimented using the c

  • Welsh language support

    While there is no Welsh language pack for the phone (so bad news for some 2 million people for whom Welsh is their first language), the pronunciation of Welsh place names on driving directions on the Here maps app has to be the worst I have ever hear