Af:quickQuery search criteria options

I am using an ADF quick query component for searching. It gives me an inputText to enter search criteria, and it appears it searches with a "starts with" on the search criteria. Is there a way I can change this to a "contains" instead?
I know the ADF query component gives this option for the user to change it, but I want to use the quick query if I can somehow tell the component to use "contains" for the inputText search criteria.
Is this possible, and if so how?
I am developing in JDev 11.1.2.3.
Thanks!

Have a custom queryListener method for the <af:quickQuery> to intercept the search action and perform your logic based on the use-case.
Sample:
http://jobinesh.blogspot.com/2011/03/retrieving-viewcriteria-from-custom.html
Thanks,
Navaneetha

Similar Messages

  • How to add search criteria options in CRM UI?

    Dear all,
    we`ve recently updated to SolMan 7.1 SPS10 (source was SPS04). Now I`m struggling a bit with adding
    an additional search criteria to the Incident Management Search View.
    I already considered OSS Note 1918128 (same Title as this thread) and I was able to check this in our - not yet updated - Productive System
    where this has been implemented already.
    Adding the Object /AICRM/PROJECT_ID to the customizing table BTQSRVREQ in SPRO with some Operators didn`t make the trick
    See attached Screenshot.
    Can you please assist me how I can add an additional Search Criteria to the Icident Management Search context (selectable/Operators etc.?).
    Reason behind is - we`d like search for open / closed incident for certain Projects as filter criteria.
    In Addition it would be also great to know - How the Incident Management Standard View / Table can be extended
    by the column "Project ID".
    The Project ID itsself is already linked a new created Icident - hence I`m able check the Project assignment by opening
    a specific Icident and personalize the view.
    regards and many thx in advance
    Benjamin

    Hi Benjamin,
    Enhancing the one order framework search is a common topic available on a lot of threads and blogs, hence I will add a link here :
    SAP CRM Technical Tutorials by Naval Bhatt.: How to enhance Opportunity search for a custom date type
    You can refer to this blog for help but lastly it's all debugging and trying that will help you achieve this in your scenario
    /Hasan

  • Spotlight Search Criteria not displaying

    The usual Search Criteria options (the drop-down selection boxes for 'kind' and 'date) that usually appear below the search target bar when you click the plus-sign have disappeared. The space for the options drops down but inputs don't appear.
    I have repaired the permissions and re index the hard-disk within spotlight, but no change. Any ideas?

    This might help: Move this file to the Desktop and restart or log out and back in again. It's in your Home Folder Library. The system will create a new one automatically. The old one may be corrupt.
    /Users/yourusername/Library/Preferences/com.apple.spotlight.plist
    It may be necessary to restore your Spotlight settings in Sys Prefs after. Also, this might be a symptom of not enough free space on the drive. Do a getinfo (CMD-I) on the Macintosh HD folder. You should keep around 15%-20% free.

  • Can't get additional Spotlight search criteria

    When I do a spotlight search, and click on the "plus" button to reveal additional search criteria options, the space opens up but the controls are not shown. I uploaded a screenshot to demonstrate.
    I deleted the com.apple.spotlight prefs file to no avail. Anything else I should try, a cache that could be cleared? Or is there a setting somewhere I'm missing? Thanks for any help.

    Resetting my Finder preferences by remove the file ~/Library/Preferences/com.apple.finder.plist (or, to preserve your settings in case this tip doesn't work, just move that file out of that folder) brought back the additional search criteria choices but not the right sidebar sort listing

  • Belonging To Search Criteria in Document Search

    Hi,
    I have been trying to find an explanation of the search terms "Me", "My Team", "My Group", "My Company" and "My Responsibilty Group" that are available within the document search.
    Having investigated the search results that are returned I cannot work out the logic.  If anyone can assist, then points will be awarded.  Many thanks,
    Jon

    Hi,
    GO to SPRO->Customer Relationship Management->>>Customer Relationship Management>Application Element->Search Group>Define Search Criteria Selection/Define Search Variant Selection
    Groups of different search criteria can be provided in the advanced search. In Account Management for example, you can search for customers according to address fields or corresponding contact partners. The required search fields are always determined from the selection of two dropdown boxes. These are the search fields By-Shuffler and Show-Shuffler.
    You define the selection options for the search criteria selection. This search field is in the advanced search of the People-Centric UI. You define requested data for the selection, that is a specific field group with the selection. You can group the search criteria that you have specified under Search Group Structure. They are listed in a dropdown box.
    Activities
    1. Select New Entries.
    2. Enter a user-defined identifier for the search criteria in the By-Shuffler column.
    3. Enter a description for the search criteria in the Description column.
    reward points if helps
    Regards
    Kushal

  • ESS Who is Who - Add search criteria

    Hi all,
    I have tried searching the forums, but can't find an answer for my problem. I want to add an additional field to the search criteria for the who is who iview.
    I am able to change the advanced search, but I want to add a search criteria on the first screen. Changing the service for the adress book (Employee Self-Service -> Service-Specific Settings -> Address Book -> Who's Who -> Who's Who (ESS): Selection and Output) does not change this first screen.
    Anyone know how I can make this change?
    Thanks in advance.
    Kind regards,
    Marlies

    If by selecting fields you mean in the Who's Who (ESS): Selection and Output, then yes.
    I have there available 3 tabs, none have the default settings.
    First tab I can set the selectionfields, but when changing/adding a field here, my "simple search" does not change. The changes here are reflected under the advanced search, which is nice, but not what I want.
    I simply want to add 1 additional field to the first search screen, so the user does not have to always use the advanced search option.

  • After updating to 4.0 my library card numbers and my search criteria are no longer be saved. Is there a way for Firefox to save this information?

    Before updating to 4.0 I could do library searches and my previous searched criteria was saved as was my library card number. Now these items are no longer being saved.

    *Tools > Options > Privacy > Firefox will: "Use custom settings for history" > "Remember search and form history"
    * https://support.mozilla.com/kb/Form+autocomplete

  • Search criteria on manually created tabular form

    Hi All,
    Apex v4.0
    DB 11g
    In a page I have created one manually tabular form using collection .
    My requirement is :- Search criteria on the form based on 3 column field of that form.
    I tried to use LIKE, EQUAL in the select statement of the query. BUT search option is not working .
    When I tried to search ,it doesn't return anything.
    But its working on wizard base TF.
    I am not sure this one option for search criteria on the manually created TF.
    Kindly suggest any other way we can achieve it.
    Thanks in Advance !!!
    Regards,
    Amu

    Remember that the values on an apex page is only accessible once you submit your page.
    And for tabular forms the values needs to be processed to the apex collections after you submit.
    For better understanding what happens inside the collections I suggest that you always make a conditional report with
    select * from apex_collectionsand Condition
    Where Value of item in expression1 = Expression2
    Expression1
    DEBUGExpression2
    YESThis way you can show the content of your collections easily by just enabling debug.
    Regards

  • Issue with clearing a grayed out search criteria field

    Hi,
    I have grayed out a field ABC for its default  value XYZ in the search criteria of lead search...
    But when I click the CLEAR button, it clears the XYZ value of field ABC..
    I don't want the value of ABC to be cleared...
    Do I need to redefine the CLEAR method?
    How do I achieve this purpose?
    Thanks
    Madhukar

    Hi Madhukar,
    go to your eh_onclear event place the break point check the code where exactly parameters values are clearing. copy the standard code redefine the method eh_onclear past the code in your redefine method and change the logic where exactly the parameters are clearing as a standard.
    ex as the above code:
    WHILE lr_param IS BOUND.
         lr_param->get_properties( IMPORTING es_attributes = ls_param ).
    in ls_param you will get ATTR_NAME as ur field and low,high sign option values
    check this ls_param-ATTR_NAME ne 'urfield'. clear the content else check the low and high value of the remaining field values.
         IF ( ls_param-low  IS NOT INITIAL ) OR
            ( ls_param-high IS NOT INITIAL ).
           CLEAR: ls_param-low, ls_param-high.
           lr_param->set_properties( EXPORTING is_attributes = ls_param ).
         ENDIF.
         lr_param = lr_iterator->get_next( ).
       ENDWHILE.
    if you want more info share me your component and view name.
    Thanks & Regards,
    Srinivas.

  • How To add a field in search criteria in SAP standard report

    Hi AlL,
    I have a requirement where i need to add a field in search criteria of selection screen and display in output of Standard SAP report.
    I have read in threads that to obtain Access key and modify the code in std report , if i am not able to get an Access key and not allowed to copy the report as Z.
    Could you please let me know how to solve this kind of requirement.
    thanks
    Chary

    Well - it's a report so there won't be a user exit. I think your options are what the others (and you) have suggested - change the standard program or make a copy.
    There are different opinions on the forum about which to do.
    Rob
    PS - you're not bothering anyone. We like problems.
    Message was edited by: Rob Burbank

  • Modifying reports search criteria screen

    Hi
    I am trying to add a little functionality to the Serial Number Transaction Report search criteria screen, however cannot seem to catch any events for the form and therefore cannot do anything with it. With this screen being a report associated screen does this still allow for tasks such as validating edit boxes etc. to be carried out, as on a normal system form i.e. Sales Order.
    If so why could it be that I cannot seem to catch any events?
    Thanks
    Steve

    Have you tried using the B1 Event logger tool?  When I use that and goto the serial # transaction report menu option (form 22) I see events being triggered in the log.  Are you registering any events for that form in your add-on?

  • Search criteria in Transaction

    Hi..
        can we customise the search criteria in a busoness transaction?
       if yes what are the config steps that need to be done...?
        regards,
    sanjana

    Hi,
    GO to SPRO->Customer Relationship Management->>>Customer Relationship Management>Application Element->Search Group>Define Search Criteria Selection/Define Search Variant Selection
    Groups of different search criteria can be provided in the advanced search. In Account Management for example, you can search for customers according to address fields or corresponding contact partners. The required search fields are always determined from the selection of two dropdown boxes. These are the search fields By-Shuffler and Show-Shuffler.
    You define the selection options for the search criteria selection. This search field is in the advanced search of the People-Centric UI. You define requested data for the selection, that is a specific field group with the selection. You can group the search criteria that you have specified under Search Group Structure. They are listed in a dropdown box.
    Activities
    1. Select New Entries.
    2. Enter a user-defined identifier for the search criteria in the By-Shuffler column.
    3. Enter a description for the search criteria in the Description column.
    reward points if helps
    Regards
    Kushal

  • Adding a new search criteria in Web UI for Sales Order

    Hi,
    We have a requirement for Web UI as follows :
    We want to add the ID number (identification number in BP ) as search criteria for Sales Order simialr to search criteria available in Accounts with ID number .
    Can any one please give some inputs on this ?
    Regards
    Vinayak

    Hi Vinayak,
    I will try to give you some technical advise.
    What you would need to do is:
    In transaction SM30 open up view: CRMV_OBJ_BTIL
    There is an entry for External Object Name "BTQAct"
    The currently used DDIC structure is CRMST_QUERY_ACT_BTIL
    You will need to adjust this structure to bring completely new parameters to the UI. This means put in your own.
    As you can see in detail for this entry there are three fields with name "Structure" the last one is for the GenIL handler class. Currently it should be empty (there is some fancy SAP logic to determine it automatically). You can override it with your own handler class implementing the logic. As a hint: The implementation class currently used is: CL_CRM_QACT_RUN_BTIL
    Anyhow most 1Order searches are handled by the class CL_CRM_Q1O_SEARCH perhaps you can use it as well. Additionally it would be a good idea to provide your users with a value help.
    Oh and there is a customizing that lets you define which options (IS, BETWEEN, IS NOT, ...) should be available for the user. Please do not try to do this hardcoded
    cheers Carsten

  • Add new dropdown value in search criteria for Invoices

    Hello,
    I want to add one more value in Drop-Down box of the search criteria of invoices.
    As on now there are 2 DropDown boxes
    in Your Referance No
    in Transaction No
    (New)
    in Order No (This will have search value as "Sales Order No")
    Can anyone tell how to add this inw value?
    I have created YDocumentListSelectorForm.java extending DocumentListSelectorForm.
    public static final String INORDERNO = "inorderno";
    if("inorderno".equals(attribute))
              documentListFilter.setId(attributeValue);
    YBillingStatusCRM.java is created which extends BillingStatusCRM.class
    com.sap.mw.jco.JCO.Function billingListJCO = connection.getJCoFunction("YCRM_ISA_INVOICE_LIST_GET");
    if(billingList.getFilter().getExternalRefNo() != null && !billingList.getFilter().getExternalRefNo().equals(""))
              importParams.setValue(billingList.getFilter().getExternalRefNo(), "ORDERNO_FROM");
    Accessing it in JSP organizer-content-doc-search.jsp
    YDocumentListSelectorForm yform =
        (YDocumentListSelectorForm)pageContext.findAttribute("YDocumentListSelectorForm");
    <option value="<%=YDocumentListSelectorForm.INORDERNO%>" <%=form.isAttribute(form.INORDERNO) ? "selected" : ""%>> New Value</option>
    Regards,
    Shaun
    Edited by: Shaun07 on Aug 5, 2010 7:29 AM

    Hello,
    I want to add one more value in Drop-Down box of the search criteria of invoices.
    As on now there are 2 DropDown boxes
    in Your Referance No
    in Transaction No
    (New)
    in Order No (This will have search value as "Sales Order No")
    Can anyone tell how to add this inw value?
    I have created YDocumentListSelectorForm.java extending DocumentListSelectorForm.
    public static final String INORDERNO = "inorderno";
    if("inorderno".equals(attribute))
              documentListFilter.setId(attributeValue);
    YBillingStatusCRM.java is created which extends BillingStatusCRM.class
    com.sap.mw.jco.JCO.Function billingListJCO = connection.getJCoFunction("YCRM_ISA_INVOICE_LIST_GET");
    if(billingList.getFilter().getExternalRefNo() != null && !billingList.getFilter().getExternalRefNo().equals(""))
              importParams.setValue(billingList.getFilter().getExternalRefNo(), "ORDERNO_FROM");
    Accessing it in JSP organizer-content-doc-search.jsp
    YDocumentListSelectorForm yform =
        (YDocumentListSelectorForm)pageContext.findAttribute("YDocumentListSelectorForm");
    <option value="<%=YDocumentListSelectorForm.INORDERNO%>" <%=form.isAttribute(form.INORDERNO) ? "selected" : ""%>> New Value</option>
    Regards,
    Shaun
    Edited by: Shaun07 on Aug 5, 2010 7:29 AM

  • Can the Adobe PDF plugin carry exact phrase search criteria through from source system into Reader?

    In SharePoint 2013 if you search for an exact phrase and then view a PDF that is returned by the search (in Reader via the PDF plugin) then the Reader will treat the complete phrase as individual words.
    For example, search for "High Court" in SharePoint, get returned a set of PDF documents, and when you view one of them through the Reader the hit highlighting will be for each instance of "High" or "Court".
    What is wanted is hit highlighting only of instances of "High Court".
    I get the same behavior if the Adobe PDF plugin is installed with the Filesite DMS. So it seems to be standard behavior for the Adobe PDF plugin
    Is there a way to make the Adobe PDF plugin carry exact phrase search criteria through from source system into Reader? And then hit highlight the exact phrase only.

    Hi Sam,
    You can opt for 'Advance Search' option in Reader to match the whole words to get to the specific documents.
    Regards,
    Rave

Maybe you are looking for

  • Why no use a DualLink DVI Cable with the MiniDP-DVI adapter to power 30"?

    I'm a bit confused here... looking at my Mini-DisplayPort to DVI adapter, the pinout appears to be a Dual Link DVI port. Is this true? Can someone explain to me why I can't just buy a Dual Link DVI Cable now and use this to power my 30" monitor at it

  • Last Compatible Version Of iMovie For OS X Mavericks

    Hey everyone, I still using Mavericks as many do, I done a clean install and would like to download latest version of iMovie instead recover from my time machine one(imvid version 10.0.5), I want to know what is the latest version for mavericks so I

  • FLV video in a single keyframe.

    hello, I have loaded an external FLV video into my project however, my video starts immediately as soon as I go to the keyframe with the video on it. It can still be heard playing after I leave that keyframe. Should I return to the keyframe it begins

  • String operations with BSP

    Dear Friends..    How are you...  I m facing little problem in string oprations. I wish to search given character from the Name and display on those name who has the given charecter. say, i have search term as A, then it should display the names who

  • Modifying CSS code to customize a theme

    Hello: I'm trying to change some CSS code to customize a theme for an application. I make my change, upload, and the change takes into effect. I make additional changes, click Apply Changes, and the changes do not take affect. I then go back to my CS