Customizing the advanced search form (showing less parameters)

Hi,
can I customize the advanced search form in Portal, for
instance, to hide some parameters like "item attributes"
or "item types"?
I've read the thread at http://forums.oracle.com/forums/message.jsp?
id=562712 where it shows how to write a custom advanced search,
but that requires some programming efort. are there any easier
alternative?
many thanks.

You could try to cpoy the HTML source of the advanced search
page, copy it in a HTML-portlet or dynamic page, and remove the
fields you don't want to show.
I had succes this way with the search portlet and add_groups
portlet, didn't try the advanced search page though.
Ton

Similar Messages

  • I am having problems using Firefox with Ebay in the last 10 days. The advanced search link is dropping off the page and there is no way to access it now.

    I have been using Firefox and Ebay for at least 12 years with no problems whatsoever. But in the last 10 days I have been having trouble with the Advanced Search link disappearing from the page on Ebay. If I do a search from the Ebay home page it will show the results, but the Advanced Search link (in blue letters) which always used to appear to the right of the Search button is gone. If I click Search again at this point I can see the Advanced Search link appear for a millisecond, but then disappear just as quickly. Also, if I refresh the page the same thing happens. I tried to duplicate this problem with Internment Explorer and it didn't occur, so it appears to be Firefox that is causing this issue. Of course when I contacted Ebay they told me my problem was that I wasn't using Internment Explorer! I love Firefox and do not want to switch!

    You can try to clear the cache and cookies to see if that makes a difference:
    <h3>Clearing Cache</h3>
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    <h3>Clearing Cookies</h3>
    #Go to Firefox > Tools > Privacy > Remove Individual Cookies
    #Find the site (ebay.com) that's having problems and clear all cookies.
    #Restart Firefox
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.

  • Query Bean Advanced Search not showing more than four criuteria

    Hi,
    I am new to using Query bean for Simple/Advanced Search. I have 6 criteria under the advancedSearchPanel criteria. In advancedSearchMapping, I am mapping all the six conditions. However when I run the Page, only the first four are shown. I am not sure as to why the other two are not rendering.
    I modified the order of the conditions and after that again the first four conditions are being shown. I am not sure of the bahaviour as to why this is happenning.
    Please help me figure out the issue.
    Thanks
    Sumit

    Hi (sorry, I am re-opening a very very old post)
    I was looking for a way to display more than 4 criterias in the advanced search panel, and I found this topic.
    So if I understand, there is no way we can display more than 4 criterias at the opening of an advanced search page ??!!
    I really need to display default 9 criterias in this panel (my customer really need it)
    1) Is there anyway to do it?
    2) When I add a new criteria (a LOV), the only search operators I have are "is" and "is not", while in the standard criteria items, there is more operators ("begins with", "contains", ... ). Why?
    thank you

  • Who is Who - dropdown list for fields in the advance search

    Hello:
    In the advance search of the Who is Who service, we have the Organization Unit and Cost Center as searching fields.
    We can't be able to see the dropdown list for these 2 fields from the Portal.
    Do anyone have any idea of what configuration is missing?
    Thanks.
    Regards,

    hi,
    according to my knowledge they don't have Unique ID but unique names attached to them.
    open Outlook
    go to Tools -> Forms -> Design Form -> select Message then right click on 'To' textbox and chose Advance Properties it has a field 'Name' that name can be used for reference in your development.
    hope this helps you.

  • Getting the Advanced Search (SP2013) to only search from the Current Site downwards

    Hi
    I know the Advanced Search webpart has not been updated for years (It still has scopes in the "Modify Web Part" !)
    But.....
    Can I get the SP2013 version to search from the current site downwards rather than starting at the top level site every time ?
    Thanks
    Nigel
    Nigel Price NJPEnterprises

    You need to set up a new result source and change the query transform to something like this:
    {searchTerms} AND Path:"http://basesmc15/teamonesubone"
    Then navigate to the results.aspx that the advanced search sends it's query to. Here edit the page and edit the Search Results web part. Click on "Change Query". Select  the new result source you just created from the drop down. All the queries
    will now use this result source which is limited to that subsite. Make sure to uncheck the "Show the Result Type Picker" option on the advanced search web part.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Want to switch off the general search and open the advanced search

    Hi All,
    I want to switch off the general search and open the advanced search when i load my application. For this I have followed the steps previously posted in the forum.
    I have created a version(0001)  and for that version i have checked the open advance search. If i do this way it works perfectly but when i click on the result list the detail tab does not come. But when i remove this settings and go through general search both the advance search and the general search works properly. I am able to get the details tab.
    Why am I not getting the details tab if i open the advanced search directly. Please give your inputs.
    Thanks & Regards,
    Anuradha.P

    Hi Anuradha.
    Please check the following thread:
    URGENT!!! Show Advance Search in INIT event
    Best regards.
    Armando Rodriguez.

  • Enhancement reqest: Advanced Search form

    I would like to request another form wizard like all the great ones already there. A Advanced Search form wizard.
    Basically a form that asks for a bunch of query items like those found on any Advanced Search form and depending on which ones are non-blank, constructs a dynamic query and populates a SQL query region when the Search button is pressed.
    Thanks

    From what I can tell from each of the examplesthere
    is no option to specify any kind of compoundcriteria
    syntax for a single field, as I pointed out in my
    earlier post, e.g. where id=1 or id=2 and type=6and
    type=7. That kind of thing.Right, but (IMHO) your UI is approaching the problem
    too "literally" i.e. too much in terms of the
    underlying SQL. You are making the user literally
    think in terms of a SQL SELECT statement.I agree to some extent - it clearly looks like a query builder - but the UI provides an abstraction layer so the user doesn't have to worry about typing the underlying syntax correctly.
    And remember, this is a business application - not Google. In my experience users of business applications are pretty demanding when it comes to getting at their data. Not that I want to perpetuate bad designs on anyone. I just want to make sure the user has the tools they need. And they want field level searching.
    >
    P.S. I've already implemented a basic searchfunction
    at the top of each report page that let's the user
    enter a single value that will do an 'OR' againstall
    the fields in the view. It's just that the userRight, thats the way most search functions work. You
    type a keyword and the system does a full-text
    case-insensitive search for that keyword across a
    pre-determined set of columns.
    doesn't really have any control over which fieldsare
    tested against the value.Another way to approach this would be to put up a
    single search text field and list all the columns you
    want to search across as checkboxes. User can select
    the column(s) he wants the keyword to be searched
    in.
    Your example of multiple predicates on the same
    column is a little unusual, but
    where id=6 or id=7Unusual, perhaps..., until you get a request from someone that wants to find all the equipment with serial numbers between XYZ123456 and XYZ2345678. ;>)
    This can be implemented as a multi select list (or N
    separate text fields) where user can select/enter
    each value and you go and build the resulting SQL.I've thought of making the values select lists based on valid entries that exist in the table for a couple of cases where it might be appropriate - but I need to get basic function working first.
    >
    Just some ideas...
    ThanksThanks again for your thoughts. I have an example page on OTN that give the beginnings of my idea here: http://htmldb.oracle.com/pls/otn/f?p=36337:14 It's not fully functional yet but if you click the Search button it will throw the where clause in the text box at the bottom of the page. Let me know what you think if you get a chance.
    Earl

  • How can I get a LOV to work in the advanced search area

    I am using JHeadstart 10.1.3.3.
    We are doing a LOV lookup on User-id. When the user selects a user-id or just starts keying in a user-id I have my Jheadstart code to pull in the full-name whenever the client selects a new user-id or starts keying a userid.
    Under UserId we have the following definition
    PersonIdentitiesLOV
    UserId <= UserId
    FullName <= CombinedName
    We set up PersonIdentitiesLOV so that "Use LOV for validation" is set to true.
    When I tested my code, in the advanced search this is what happened:
    1) When the client selects a user-id the FullName field gets populated
    2) When the client just keys in the user-id then the FullName DOES NOT get populated.
    Someone told me that there is a bug in JHeadstart in 10.1.3.3 where if you turn on the "Use LOV for validation" then it does not get executed in the Advanced Search.
    How do I get around this problem.
    If this does not work then how would it be best to display the full name whenever someone keys in a user-id. We are using this full name display for auditing purposes at the cashiers wicket whenever someone keys in a userid and does not recognize the person. We want the full name displayed along with userid for verification purposes.
    Any idea on how to get this working?

    This is not a bug, it is intended behavior.
    In search fields you might want to search for parts of the name, using a wildcard, that's why the auto-complete is not working there.
    If an end user wants to search the complete name, he can use the LOV to pick a value.
    Steven Davelaar,
    JHeadstart Team.

  • Where is the advanced search in iTunes 11

    Under the Store menu bar item, there used to be a search option. This search allowed me to do an advanced type search with specific criteria. What are the new search tools, just spotlight and categories?

    Osain wrote:
    Thanks Chris for your answer, but what I need is the advanced search that let me, for instance, find all movies with subtitles, in all the last versions of iTunes could be possible,
    This was never possible with previous versions of iTunes and I have not heard of this in iTunes 11.

  • Calling the advance search help using f4 help

    Hi
        I have a question.In Items assignemnt blcok  of the opportunity page for product ID field there is an f4 help  associated with it. When we click on f4 help it will open the standard product serach   in a popup where we can serarch for the products. and select the product from results.
      But my requirment is to call  the advance search help  of the products  instead of standard serch  help  in the  popup when we click f4 help and should beable to save the searches and retrive the saved sercahes.
          Can any  one help me out  with this problem
    Thanks,
    Sreekar

    Hi,
    If you do a search on this forum for the terms "search help exit" you will get a few threads that provide details on how you can achieve this.

  • Advanced Search dropdownlist shows transient attributes

    Dear Forum,
    When I set a couple of attributes on display = false, they DO appear in my dropdownlist for the advanced search screen.
    Any ideas how to hide them there also?
    Kind regards,
    Arjen

    Got that already covered.
    Manually remove them from the uix-code..

  • Trouble with the advanced search function on acrobat reader. Why won't it open? it used to, but suddenly stopped working.

    For some inexplicable reason the advanced search option in my acrobat reader 11.0.3 has stopped working. It worked just fine a few weeks ago. I am running Snow Leopard on my Macbook Pro. When I open advanced reader the pdf file I am trying to search ceases to be the active window. But no other window exists (in 'window' search is checked, but there is nothing there!). Does anyone have any ideas. I have downloaded and re-installed reader twice, and removed all earlier versions (I think). This is kind of urgent!

    It's a 3rd party app.  You really should contact Adobe Support and/or post in the Adobe Forums
    Mac OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

  • I have got Acrobat 10.1.13 for Mac running Yosemite - and the 'advanced search' feature has stopped functioning - it doesn't install the search window, nothing happens - so I uninstalled acrobat, reinstalled it - but it still not working?

    I have got Acrobat 10.1.13 for Mac running Yosemite - and the 'advanced search' feature has stopped functioning - it doesn't install the search window, nothing happens - so I uninstalled acrobat, reinstalled it - but it still not working?

    It's a 3rd party app.  You really should contact Adobe Support and/or post in the Adobe Forums
    Mac OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

  • Add the "advanced search' button the navigation pane (left hand column Adobe Reader XI)

    Hi
    Is it possible to add the "advanced search' button the navigation pane (left hand column in Adobe Reader XI)? If yes, how is this done?
    Regards
    Andrew

    Thanks for your response.
    May you can forward this as to whoever looks after improving the Adobe product. It would be very useful to have it available on the navigation pane. At the moment the 'advanced search' feature opens up outside the PDF and is a pain to use.
    Regards
    Andrew

  • Customizing the advacne search option

    Hello Everyone,
    I am making the application in which I want to customize the code such that there should be no columns present when we are starting the advance search.

    Can you explain your use-case further.
    When you mention there should be no columns present, do you mean that the table should not be displayed or are you mentioning that no criteria items should be displayed. If you are referring to criteria items, then by default 4 criteria rows will be displayed (if there are 4 or more criteria items) and this cannot be personalized.

Maybe you are looking for

  • Can't send email from my 4s

    Since my last update (4s) just a few weeks ago, i can no longer send emails from iCloud and aol account.  I received the following message: Cannot Send Mail, The user name or password for "SMTP: ****@[email protected]" is incorrect.  The same goes fo

  • How do you make a 3d octagon in photoshop cs4 extended?

    How do you make a 3d octagon in photoshop cs4 extended that you can map artwork to? I've been searched online for a solution that doesn't involve using a 3D program but can't find anything. Can't you extrude a shape like in Illustrator, or exporta tr

  • HP Deskjet 2050 J510 series my scanner doesn't work

    got this HP as a birthday present, windows 7 says cannot scan This question was solved. View Solution.

  • Problem in creating new object in this code below

    private Player owner; private int armies; public Territory(String name, Continent continent) owner = new Player(Territory territory, Player owner); <============ ) is expected I have an error following that code. It said that ")" is expected

  • Changing a shot-date without losing the order in PSE8

    I'm a new user of PSE8 and have tripped over an annoying problem. I have a couple of thousand old family photos that I had scanned and am now organing.  Besides the normal tagging and adding a caption, I want to override the scanned date (which is wh