Advanced Search: Viewing Results Issue

This problem seems to only be on my Microsoft Surface Pro tablets with windows 8.1.
When doing an advanced search within a document the results box is usually very large and you can see all the hits that came back. However, on my Surface when doing a search the results box is so small that you can't even see what's showing up.
I've tried to enlarge the search box which slightly helps but still can only see one or two results at a time and must continue to use the scroll bar to get through them.
I was curious if there was any options within Adobe that could be changed in order to get this view changed so its more user friendly and easier to work with?
I've been through many of the options myself but was unable to find anything that worked.
Thanks for the help.

As per my understanding you can crawl DL columns
Can you get that document in search results page? Please check to see if the site which contains the library is included in content source.
Could you please check site settings->Site Administration->Searchable columns, maybe the column is excluded?
http://social.technet.microsoft.com/Forums/sharepoint/en-US/b97a43b1-c727-4daa-a0d9-a18e53e09dd9/list-and-document-library-title-column-crawled-properties?forum=sharepointadminprevious
Go to your Search Service Application in Central Administration.
    Click on Metadata Properties in the left navigation.
    Click on the Crawled Properties link.
    Click on the Categories link then select the SharePoint category
    Navigate the pages (next page arrow link) until you see ows_Title. Click on ows_Title.
    In the "Mappings to Metadata Properties" area of this page, ensure that the "Include values for this property in the search index" checkbox is checked, then Click OK. This checkbox is not checked by default.
    Repeat the same procedure above for your ows_Description crawled property to confirm that it is included in the index - which it should be by default.
    Start a Full Crawl 
This will now include these crawled properties in the index and should now be available in the Managed Property which exposes them for Search.
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Radio Button In Advanced Search View

    How to bring radio button in Advanced Search view in crm 7.0 web UI?
    Edited by: senthil06mx46 on Feb 18, 2010 9:50 PM

    Hi,
             Your question is not clear. Is the advanced search view relevant? Do you want to make radio buttons available as an option for selecting field values? In that case, the purpose is already served by the "IS" operator. If you simply want to create radio buttons somewhere else in the page, there's a standard BSP application which demonstrats BSP tags. The name, I do not exactly remember. BSP_test or bsp_demo...
    Regards,
    Arun Prakash

  • Picklist in Advanced Search View

    Hi everybody,
    I've got a problem using dropdown list in an advanced search view in the WEB CLIENT UI CRM 7.0 in a Z component , here's the thing:
    I have 5 search criteria, and I need to make them dependent from each other, I mean, if the first field has a value (e.g. CAR), the next field has to show just the data associated to it (e.g. data associated to CAR).
    The problem is, when a value is picked from the dropdown list, it doesn't trigger any events in order to catch the value of the first field, so I have not found the way to solve this.
    Has anybody come across with this problem before?,
    Did you solve it?,
    Do you have any ideas for this?
    Thanks in advance¡

    Hi DLemuS,
    The following solution might help. For the purpose of explaining, I would use two field FLD1 and FLD2. Values available in drop-down for FLD2 should be dependent on value selected in FLD1.
    1. In your search component, context node, generate the getter-setter methods for FLD1.
                         1.1 In the GET_V_FLD1 method, write code to populate the drop-down values for FLD1.
         1.2 In the GET_P_FLD1 method, check for the parameter iv_parameter. if iv_parameter = 'ServerEvent' then set the return value rv_value = 'DUMMY'.
    2. In your component controller
         2.1 Declare a public global table (say GT_DDLB) of type bsp_wd_dropdown_table
         2.2 Redefine do_handle_event method. call the super class and then check if the event = 'DUMMY' then get the value in FLD1 using by calling the get method and populate the values for the second field into the global table gt_ddlb correspondingly
    3. In your search component, context node, generate the getter-setter methods for FLD2. In the GET_V_FLD2 method, declare a variable (gr_ddlb) of type reference to CL_CRM_UIU_DDLB. Call the method gr_ddlb->set_selection_table( it_selection_table = gt_ddlb ).
    If this does not work, then in 2.2 above, try to populate the list of values for FLD2 direcltly.
    Hope this helps!

  • Operators in advanced search view

    Hi Experts,
    could you tell me how the available operators are determined in advanced search views?
    I build a search view based on a own custom BOL and want to remove some operators now.
    Thanks in advance!
    Best regards,
    Alex

    Nevermind!
    Solution: Component Specific Settings -> Define Operators for Dynamic Queries in SPro.

  • Advanced search web part issue

    hi,
     i am implementing a  advanced search web part , and in that  property restrictions, i have added  2  doument library columns [ not the site columns ]
    from my subsite in my site collection.
    but when i give some search keywords and perform   search, i am not able to get the search results in terms of documents/content.
    any extra settings do i need to do for performing advanced search
    1) Do i really need site columns to be created under the site collection , in order to be  searchable ?
    if i create a  simple document library column and cant i get it in the crawled properties section
    in the  central admin's search serv appln's  search schema section?
    pls advice

    As per my understanding you can crawl DL columns
    Can you get that document in search results page? Please check to see if the site which contains the library is included in content source.
    Could you please check site settings->Site Administration->Searchable columns, maybe the column is excluded?
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b97a43b1-c727-4daa-a0d9-a18e53e09dd9/list-and-document-library-title-column-crawled-properties?forum=sharepointadminprevious
    Go to your Search Service Application in Central Administration.
        Click on Metadata Properties in the left navigation.
        Click on the Crawled Properties link.
        Click on the Categories link then select the SharePoint category
        Navigate the pages (next page arrow link) until you see ows_Title. Click on ows_Title.
        In the "Mappings to Metadata Properties" area of this page, ensure that the "Include values for this property in the search index" checkbox is checked, then Click OK. This checkbox is not checked by default.
        Repeat the same procedure above for your ows_Description crawled property to confirm that it is included in the index - which it should be by default.
        Start a Full Crawl 
    This will now include these crawled properties in the index and should now be available in the Managed Property which exposes them for Search.
    If this helped you resolve your issue, please mark it Answered

  • How to disable individual field of a search view

    Hi All,
    Is there a way to disable individual search field of an advance search view ?
    The reason for this is that for a particular search field I am defaulting the value and do not want the user to be able to change this default value, in effect filtering out their search.
    I have tried get_i method but the advance search (thtmlb:advancedSearch) does not seem to trigger the get i method, disabled just disable every fields likewise the global edit/viewgroup context.
    Thanks in advance for your assistance.
    Edited by: ANDREW NGUYEN on May 12, 2010 10:45 AM

    Hi,
    I checked it now and found that the GET_I_FIELD is not getting triggered. Sorry for my wrong solution.
    You can use the rt_result parameter in GET_POSSIBLE_FIELDS method in IMPL class.
    It returns the search fields visible in the view.
    Regards,
    Arun Kumar
    Edited by: Arun Kumar on May 12, 2010 11:35 AM
    Edited by: Arun Kumar on May 12, 2010 11:38 AM

  • Simple Search (removing funtionality in advanced search)?

    Hi,
    i built a search in a custom BOL using the thmlb:advancedSearch. But i don't want the "advanced" features, like adding more search fields or using greater/lesser/beginns with etc..
    Can someone tell me where to find a simpler search implementation or how to remove mentioned features?
    Thanks in advance!
    Best regards,
    Alex

    Hi Alex,
    Check the 2nd level inheritance of search context node in your view. While creating advance search views 2nd level inheritance needs to be changed with appropriate advance search classes.
    Like for BP : CL_BSP_WD_CONTEXT_NODE_ASP, BT ->CL_CRM_UIU_BT_ADVS_CN
    Check if you have redefined the 2nd level inheritance...
    Hope this helps..
    Cheers,
    Sumit Mittal

  • How to Add extra feilds in Advance Search of Record Working Time

    Hi All,
    My requirement is in Standard RECORD WORKING TIME ESS application.
    under weekly view, when we press F4 it will display advanced search.
    in that advance search there are  *CO Area: Short ID: WBS Element: Description: * areas.
    abaper have created two more fields for search as per requirement.
    now i have to include those those fields in to that advance search view along with the other fields.
    please help me its very urgent.
    thanks in advance.

    i found that,
    We have to check the backend customisation and add those filelds as visible in the cats profile using cac2
    and check the exits.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/bd/53fa2fcc43594dbf9f406c18989a47/frameset.htm
    can anyone please tell me Step By Step process how to enable them using CAC2 .

  • Buyer is unable to view the purchase order in advance search screen

    Hi Experts,
    I have an issue, the issue is when a shopping cart is created by the requisitioner and got approved, following document purchase order is created.
    When buyer is trying to view the purchase order in advance search he could not view the purchase order.
    Zero results found message is populating when buyer wants to retreive the purchase order, buyer wants to delete the purchase order, but he is not able to view the purchase order in advance search.
    Can anyone among you let me know what can be done to acheive this.
    Your quick help is highly appreciated.
    IGA

    Hi Summer,
    I have checked the status of the PO and it is in ordered state, I am able to view the PO because i have local admin role productin support role.
    But when buyer is trying to retrieve the PO it is not happening even though the user has buyer role.
    regards,
    IGA

  • Adding Z field in Opportunity search and result view BT111S_OPPT/Search

    Hi,
    I have been searching this forum on adding Z fields in search and result view but couldnt find the precise information.
    We have Z field in ultimately residing in BUT000.
    Now when this field is used in BP_HEAD_SEARCH for search and result, it could be easily done via configuration. (since the field was added to CRMT_BUPA_IL_HEADER_SEARCH during EEWB extension.
    Now, the requirement is to add the fields in Opportunity BT111S_OPPT/Search & BT111S_OPPT/Result.
    I am confused with regard to the approach we need to use to get this field in search and result.
    I thought the easiest option is to add the Model node and and give the BOL attribute. This works fine but I can't see this field (with dynamic getter/setter) in the UI configuration.
    During the attribute creation wizard, I gave BOL entity as BTQROpp (system defaulted) and the relation was
    BTADVSOpp/BTOrderHeader/BTHeaderPartnerSet/BTPartnerAll/BTBusinessPartner/ZZZGEOG_REGI
    is this correct? or am I doing something wrong?
    Why can't I see the fields in configuration?
    So alternatively I created a field through AET and i could see this field is in the structure and in UI config, but what logic I need to put to retrieve the value?
    Any advice?
    Many thanks in advance for your help
    Rakesh

    Hi Rakesh,
    Please follow below steps:
    1. Append your custom field to structure associated with your search/result structure.
    2. After you append this field to structure, this field would be available in context node.
    3.  Check if the field is reflected in available fields in configuration.
    4. If field is not present in configuration then please follow steps stated by me in:
    Re: New Column can not be added in chtmlb:configTable
    5. Once you add this field to design layer, you would be able to configure it to your search query. Check if your query works with this field.
    If not then please go through below forum :
    Re: BADI for Claims search in trade promotion management
    Let me know if this helps.
    Regards,
    Bhushan

  • Best approach to add Z custom field to IC Agent Inbox search and results view

    Hi Experts,
    We are having a requirement to add a Z custom field to IC Agent Inbox search and results view. I got multiple forums and ideas, but looking for the best approach for handling this. I am sure, you experts, would have already done this.
    Thanks in advance.
    Regards
    Siva

    Hi Sivakumar,
    AET is the best way by far to create a custom field in this area. It is easy and simple.
    Also, field once added in one business object it can be used at different objects as well.
    There is also a demo available for AET on sdn.
    Please let me know if any more help is required.
    Thanks,
    Bhushan

  • Custom component Search and Result view using value node :pls help

    Hi Experts,
    I am creating a Custom component with Search and Result view using value nodes.
    This is the code I wrote in the Search button event handler method.
    The data which gets in lv_search I need to put in lv_col .
    Can somebody guide me for this.
    Points will be awarded .
    METHOD eh_onsearch.
      DATA : lv_current TYPE REF TO if_bol_bo_property_access,
             lv_search  TYPE zcrm_orgstruct_search,     "Search value node structure
             lv_result  TYPE zcrm_orgstruct_result,         "Result value node structure
             lv_col     TYPE REF TO if_bol_bo_col.
      lv_current ?= me->typed_context->search->collection_wrapper->get_current( ).
      CALL METHOD lv_current->get_properties
        IMPORTING
          es_attributes = lv_search.
      me->typed_context->searchresult->collection_wrapper->set_collection( lv_col ).
      op_toresultview( ).
    ENDMETHOD.
    Regards,
    Lakshmi

    Hi Lakshmi,
    Could you please share with us how it was solved.
    "CALL METHOD lv_current->get_properties
    IMPORTING
    es_attributes = lv_search."
    Did you get any values in lv_search ?
    Because while using value nodes for search view (which inherits from advance search controller  class), the above method does not return any search values entered in the fields.
    Please let me know how did you solve it.
    Thanks & Regards
    Vidhya

  • Advanced Search (Ctrl+Shift+F) broken with Protected View = All Files Adobe Customization Wizard XI

    I've updated Adobe Reader to version 11.0.09 and it was discovered that the Advanced Search (Ctrl+Shift+F) reports back errors on all words searched inside PDF document/
    Reproduce:
    1. Use Adobe Customization Wizard XI
    2. Create a MST file for the Base Adobe Reader 11.0.0 MSI (AdbeRdr11000_en_US.msi)
    3. Under Security -> Protected View -> (Set to ALL FILES)
    4. Save MST file
    5. Install Adobe Reader XI using created MST File and then Install AdbeRdrUpd11009.msp
    6. Open any PDF document and search for words using advanced search: (Ctrl+Shift+F) All searches return errors unable to display search.
    The error can be reproduced and only occurs on Adobe Reader 11.0.09. None of the previous patches of Adobe had this issue.
    The fix actually requires to remove and re-install Adobe Reader but with Protected View=OFF
    Please can you confirm bug and report any solution or workaround so that Advanced Search works with Reader 11.0.09?
    Thanks

    Hi vmartin01,
    I tried to check at my end and it works fine at my end.
    Regards,
    Ajlan Huda.

  • After upgradataion ,In testing phase- after search ,in result view we are getting some unwanted data ' +++++" should be added in Name .how to remove it.can you please help.

    Hi Team,
    After upgradataion ,In testing phase- after search ,in result view we are getting some unwanted data ' +++++" should be added in Name .how to remove it.can you please help.
    I want to remove ++++ in that column.

    Hi Kalpana,
    Please provide additional information for community users to relate this issue. Info like versions (old & new), the object which has this problem or component/view name will be useful to get the answers.
    Regards,
    Shobhit

  • "Search for" results not shown in list view

    Hello,
    I just installed Leopard a few days ago, and so far I'm very happy.
    The ony oddity I noticed today was that "Search for" results (the default searches in the pane on the left side) are not shown in list view.
    What happens is this:
    - I open a finder window in list view.
    - I click e.g. on "Search for" - "All documents".
    - The status bar on the bottom of the finder window says e.g. "1789 objects", but the actual window is empty (although it has a very long scrollbar). If I click somewhere in the empty space, info for an actual file is shown - as if the files were there, just shown in white letters on white background. I can also type in the search field, and the status bar updates accordingly, but again, no files show up.
    Icon and Coverflow views, however, do work.
    - If I switch from Icon to List view, a file list is shown for the fraction of a second, then disappears.
    This is not an end-of-the-world-bug for me, but still pretty annoying.
    Any idea what might be the problem here? I have no exotic software installed that could cause trouble; just QuickSilver and the usual productivity apps.
    Thanks!

    The problem disappeared a few launches later . ..

Maybe you are looking for