Sharepoint 2013 Search Query, get 'Starts With' for the whole term.

Hi,
I need to build an A to Z index for the values of a particular managed property. Managed property contains text with multiple words (for example: 'Whole Sale Items', 'Sample Items').
I need the search to return the values that start with a particular letter. 'myPropOWSTEXT:s*' should return 'Sample Items'. However, this query returns both 'Whole Sale Items' and 'Sample Items'. 
Is there a way to write query so that I can get the text values that start with a letter from the beginning of the whole sentence? I mean, in the above example, is there a way that the query returns 'Sale Items' only and
NOT 'Whole Sale Items'?

Hi sukhdevtur,
Could you please elaborate the requirement? Also please provide a screenshot about the issue if possible.
What do you mean "Managed property contains text with multiple words (for example: 'Whole Sale Items', 'Sample Items')."?
Is the list column value containing multiple values(e.g. multiple choices type column, manged metadata type column)? 
Also it is by design that SharePoint query will match each word divided by the special character "blank space", if it's the case for your issue, as a workaround, you can remove the "blanks space" between the words(e.g.
WholeSaleItems, SampleItems), then start a full crawl and test again, it should work.
Thanks
Daniel Yang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Getting started with 3850 as WLC - Wireless GUI fails

    I have started to look into configuring our 3850 as a WLC
    I enabled the command wireless mobility controller
    Then I tried to connect to <switch ip>/wireless
    I just get a dead page.
    I configured the wireless management vlan but still no joy
    What basic steps am I missing?
    Thanks
    Roger

    1. Make sure this are aenabled on this:
    ip http secure-server
    ip http server
    2. Also Enable WIreless Management
                3850(config)#wireless management interface vlan <1-4095>
    3. Normally You can access wireless controller GUI using https:///wireless URL.
    Please check these docs, it may helps.
    https://supportforums.cisco.com/docs/DOC-34430
    http://mrncciew.com/2013/09/29/getting-started-with-3850/
    Please go through these, u will resolve ur problem.
    Regards
    Dont forget to rate helpful posts

  • Trying to link SharePoint 2010 Enterprise with SharePoint 2013 Search Server raises error

    Hi,
    I am currently working for a multinational who has SharePoint 2010 Enterprise Edition installed, 2 WFE SERVERS, 3 APP SERVERS, 1 DB SERVER. They also installed SharePoint 2013 Exterprise recently.
       Microsoft have recently come in and set up the SharePoint 2013 Search Server to crawl content in SharePoint 2010 as the replacement search to SharePoint 2010 Search. So they have gone through process of certificates and permissions
    setups I guess. I was told it was working, but recently failed. When I type in the search box on a web site for SharePoint 2010 I get the message:
             The search request was unable to connect to the Search Service.
    I checked the Event log and the Critical error (in Task Category:Timer) I get is the notorious: 
    The Execute method of job definition Microsoft.Office.Server.Search.Administration.CrawlReportJobDefinition (ID fa882704-80d9-415b-9b9d-eae5e9bdefd4) threw an exception. More information is included below.
            The search service is not able to connect to the machine that hosts the administration   
            component. Verify that the administration component 'e9172a05-22ec-4904-9508-
            e5431a180c2b' in search application 'Search_Service_Application' is in a good state and
            try again.
    I know administration component is the crawler. I am assuming this is permissions.
    The SharePoint 2013 Search Server is picking up SharePoint 2010 site collections items fine i.e. The SharePoint 2013 search shows items from 2010 as expected.  
    On the SharePoint 2010 central admin box the search service enabled and running (checked with powershell). (SharePoint Server Search 14)
    The Search Service id: e9172a05-22ec-4904-9508-e5432a180c2b
    I also get the message in event log for gatherer on SharePoint 2010 CA and Search Server:
           Could not access the Search database. A generic error occurred while trying to access the database to obtain   
           the schema version info.
           Context: Application 'e9172a05-22ec-4904-9508-e5431a180c2b'
    Details:
                (0x80040e09)
    Is this permissions to delete something from crawler??????
    I would appreciate if someone could help on this. I have tried to be as concise as possible.
    Thanks.
    John.

    It was a case that someone had fiddled with the Service App Associations. Hadn't ticked SharePoint 2013 search. Was still point at 2010. Thanks.
    The SharePoint 2013 Search works correctly for SharePoint 2010.
    Can someone confirm that the Search Service Application on SharePoint 2010 still needs to exist and hence SharePoint Server Search 14 Service still needs to be running? I am guessing it would as you search from 2010 interface not 2013. I am getting a critical
    error in the Event Viewer:
    CrawlReportJobDefinition (Id <SharePoint 2010 Crawler>) 
    The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component <crawler id> in search application "Search Service Application" is in a good state and try
    again.
    I think this is related to the fact we have SharePoint 2013 doing the search instead of 2010.
    Any ideas?
    John.

  • Autocomplete is not working for Sharepoint 2013 search box.

    I added the below code in cewp in sharepoint 2010 and autocomplete worked fine.
    http://sharesilver.wordpress.com/2011/11/26/auto-suggestioncomplete-in-sharepoint-search-text-box-with-jquery-like-in-google-part-1/#comment-605
    when i added this code in sharepoint 2013 by changing the searchbox class name in the code. it is not working. why ??
    Sharepoint 2010 searchbox class name ="ms-sbplain"
    what is Sharepoint 2013 searchbox class name ?? i added "ms-textLarge" as class name but it didn't work.
    Thanks in advance.
    M.M

    Hi M.M,
    The class for SharePoint 2013 Search box input element is as follow, please check if it is what you want.
    class="ms-textLarge ms-srch-sbLarge-fullWidth ms-srch-sb-prompt ms-helperText"
    The project code you are using is updated in codeplex, and the query suggestions (similar to this autocomplete) is an OOB feature in SharePoint 2013 enterprise verison, you can take a look. 
    http://spautosuggestion.codeplex.com/
    http://technet.microsoft.com/en-us/library/jj721441.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • If Condition in Keyword Query Language (SharePoint 2013 Search Results)

    Hi All,
    Can we have an "If" condition in Query text box in SharePoint 2013 Search results page. For example, i want to hide all list items whose
    status is "HideItem" from appearing in search results?
    I am trying this: {?{searchTerms} (contentclass:STS_ListItem -ListItemStatus:"HideItem")}
    But, this hides all items like aspx pages, pdf's, docs and displays only list items. 
    Similarly, hide pages of some name like: AllItems.aspx, ViewDetails.aspx, AllAssets.aspx 
    {?{searchTerms} (contentclass:STS_ListItem_850 -filename:"AllItems.aspx")} 
    Any help would be great. Thanks in advance.

    Thanks Steve. I found this solution after a bit of struggle :).
    Also, date comparision is not working as expected. 
    {?{searchTerms} NOT(contentclass:STS_ListItem AND ListItemStatus:"HideItem" AND
    PublishDate<{Today})} is not working and throwing syntax error.
    I don't see any solid reference to KQL syntax except this msdn link.
    Can you please suggest any good material on KQL syntax ?
    Thank you once again.

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Create Refinement topics for web application in SharePoint 2013 Search

    
    Is there a way we can add available web application name in refinement panel in SharePoint 2013 search. there is a search called Enterprise search which is named as Everything, that search from all the web applications available. is there a way we can have
    a search refinement panel which is the list of web applications so that it allows us to filter the results by web application.
    can we add a refinement panel like below  in SharePoint Search 2013
    here is an image for 
    kukdai

    Hi kukdai,
    To use result source or query rule to distinguish search results, besides adding custom search vertical, you could also consider using result block:
    http://blogs.technet.com/b/mspfe/archive/2013/02/01/how-query-rules-and-result-sources-can-be-used-to-customize-search-results.aspx
    http://www.sharepoint2013.me/Blog/Post/261/SharePoint-2013---Create-and-display-results-blocks
    Quote:
    In SharePoint, result block will display the search results as a group. We can promote result block depending on the query condition as specific result. While configuring query conditions for results block, we can use query variables. We can specify query
    variables as place holders for unknown values in SharePoint query.
    Then we can use Path in query rule to divide search results into several web applications.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint 2013 Search: Instant Refinement of Multi-Value Properties with out clicking Apply

    Hi All,
    I will need help in modifying the Filter_Multivalue.htm file .
    The default multivalue refinement behaves as step 1 & 2.
    steps:1 When one configure a refinement as multi-value, the user is presented with the list of available filters with checkboxes
    Step:2The user must select one or more checkboxes and then click on the Apply link. After they click on the Apply link, the results are refined by the selected filters but only the selected filters are presented:
    Need solution for the below:
    Need an Instant Refinement solution, all filters are displayed all of the time and when the user clicks on a checkbox, the results are instantly refined without the need to click on an Apply link.
    Any one might have come a cross this scenairo , please share the code and details working steps.
    Thanks in advance.
    Regards,
    ajay

    Hi Ajay,
    According to your description, my understanding is that you want to make the refinement of multi-value properties without clicking Apply.
    I recommend to follow the steps in the link below to achieve the goal:
    http://stevemannspath.blogspot.com/2013/07/sharepoint-2013-search-instant.html
    With the Instant Refinement solution, all filters are displayed all of the time and when the user clicks on a checkbox, the results are instantly refined without the need to click on an Apply link.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Need schema files for tutorial in getting started with soasuite11gR1

    Hi
    I just started working on Getting started with Oracle SOA suite11gR1 book.
    I dont have schema files required for tutorial.
    Can an provide me the schema files.
    creditchecck.xsd
    fulfillment.xsd
    internalorder.xsd
    OrderBookingDiscount.xsd
    po.xsd

    This link: http://download.oracle.com/technology/products/soa/soasuite/books/SOA11g_GettingStarted.zip contains the good files
    Edited by: 851325 on 11 avr. 2011 05:04

  • What do you recommend to get started with Dynamics Marketing? Book, You Tube, help searches, etc.? Please advise.

    Trying to get started with marketing using dynamics and tutorials, help searches and you tube seem to be fruitless. What do you recommend to get started? Buy a book to walk thru setting up company settings and creating campaigns? Need some easy steps on
    not what the software is capable of but how to do it with easy 1-2-3 steps.  Please share you thoughts!!

    Hi cb,
    I would recommend a few articles here. There are videos, walkthroughs and ebooks that you can take a look at the have
    a better understanding of not only what the product is capable of, but how to actually configure and work with it.
    Help & Training - Videos and ebooks
    TN Articles 

  • Resources for beginners: getting started with After Effects

    Check out the items under the "Getting started" heading on the
    After Effects Community Help and Support page. That'll give you an introductory set of free video tutorials and a brief overview of the general After Effects workflow.
    Once you've worked through those items, go to the bottom and sidebar of the
    After Effects Community Help and Support page and familiarize yourself with the resources available to you there.
    I post a lot of links to additional resources on
    my blog, too.
    After Effects Help on the Web
    is your friend. As is this forum.
    You can find these links in the banner at the top of this forum, too.
    [Edit: I just checked, and I don't like the order in which the videos are presented on the Adobe TV website. I recommend following the order that I outline in the
    "Video tutorials" section of After Effects Help. They're the same tutorials, but my order is more... uh... orderly.]

    I suggest you use the support chat or create a support case and then post the case number. One of the staff guys will pick it up and provide the necessary details. I think there's a special support for military personnel somewhere that can take care of such matters through special channels, if need be...
    Mylenium

  • How do I stop the Getting started with Mozilla Firefox page from opening everytime I start Firefox. If I have to see that everytime then I will delete Firefox for good...!!!!

    Everytime I start firefox since the last update I can't get the stupid Getting started with firefox page to stop opening up. I downloaded the version 8 and it still opens ..

    Well the latest and Greatest Firefox Version 8.0. Won't let me change my home page no matter what I do it always comes back with the getting started page and my orignal home page.
    What a piece of garbage it is turning into..!!!!

  • Sharepoint server search service error starting

    hi,
    we have two server for team foundation server.
    server1 installed: Team foundation server 2012, Sharepoint 2013, MSSQL 2008 r2 on windows server 2012 standart
    server2 installed: team foundation build server on windows server 2012 standart
    sharepoint search service can not started on server1.
    displayed message to the following (after start link clicked on "manage services on server link"):
    starting the search service on a server must be done within the context of a search service application. click OK to go to the Manage service applications page where you can create a new Search service application or select a search service application and
    modify its topology.
    the page forwarded to serviceapplications.aspx url after I clicked OK.
    new button list options: App Management Service, Business Data Connectivity Service, Secure Store Service. I can not seen search service application.
    but there is sharepoint server search 15 service and with tfsfarm account running on computer services list.
    Get-SPServiceInstance cmd on powershell result to the following:
    Role : None
    DedicatedWebFrontEndServer : 
    DefaultIndexLocation : D:\SP2013\Office Server\Applications
    IndexLocations : {}
    Description : Index content and serve search queries
    ManageLink : Microsoft.SharePoint.Administration.SPActionLi nk
    ProvisionLink : Microsoft.SharePoint.Administration.SPActionLi nk
    UnprovisionLink : Microsoft.SharePoint.Administration.SPActionLi nk
    SystemService : False
    MinutesBetweenCrawlSchedulingAttempts : 5
    CrawlComponents : {}
    AdminComponents : {}
    Components : {}
    RequiresAdministrationService : True
    TypeName : SharePoint Server Search
    Server : SPServer Name=xxx
    Service : SearchService Name=OSearch15
    Instance : 
    Roles : 
    Hidden : False
    CanUpgrade : True
    IsBackwardsCompatible : True
    NeedsUpgradeIncludeChildren : False
    NeedsUpgrade : False
    UpgradeContext : Microsoft.SharePoint.Upgrade.SPUpgradeContext
    Name : 
    DisplayName : 
    Id : c632644a-84f9-41b3-9757-410704764a2e
    Status : Disabled
    Parent : SPServer Name=xxxx
    Version : 680572
    Properties : {}
    Farm : SPFarm Name=SharePoint_Config
    UpgradedPersistedProperties : {}
    Start-SPServiceInstance c632644a-84f9-41b3-9757-410704764a2e cmd on powershell:
    TypeName : SharePoint Server Search
    Description : Index content and serve search queries
    Id : c632644a-84f9-41b3-9757-410704764a2e
    Server : SPServer Name=xxxx
    Service : SearchService Name=OSearch15
    Role : None
    Status : Provisioning
    status provisioning a long time (after Get-SPServiceInstance c632644a-84f9-41b3-9757-410704764a2e cmd)
    stsadm -o osearch -action start cmd:
    stsadm : 'start' action failed. Additional information: Service is offline
    stsadm -o osearch -action stop cmd:
    Warning: The SharePoint Server Search service that was enabled on this server will be 
    uninstalled and all index files for all Search Applications will be deleted.
    I waited 24-48 hours but don't seen result message on powershell and don't stopped script.
    I runned sharepoint configuration wizard but dont resolved problem.

    Do you have a full version of SharePoint (not Foundation one)?
    Try to create Search from PowerShell command line. There are a lot of guides in Internet regarding this question.

  • HELP: SharePoint 2013 Search NOT working - unable to resolve

    I'm a newbie still and don't understand how to read the log to solve this problem. I haven't been able to get search working since deployment.
    ************* Log Below ***********************
    Exception occured in scope Microsoft.Office.Server.Search.Query.SearchExecutor.ExecuteQueries. Exception=Microsoft.Office.Server.Search.Query.InternalQueryErrorException: Search has encountered a problem that prevents results from being returned.  If
    the issue persists, please contact your administrator.    
     at Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy.ThrowGenericQueryException(String operationName)    
     at Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy.DoSpLoadBalancedUriWsOp[T](WebServiceBackedOperation`1 webServiceCall, Int32 timeoutInMilliseconds, Int32 wcfTimeoutInMilliseconds, String operationName)    
     at Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy.DoWebServiceBackedOperation[T](String operationName, Int32 timeoutInMilliseconds, Int32 wcfTimeoutInMilliseconds, WebServiceBackedOperation`1 webServiceCall)    
     at Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy.Execute(QueryProperties properties)    
     at Microsoft.Office.Server.Search.Query.Query.ExecuteQuery()    
     at Microsoft.Office.Server.Search.Query.SearchExecutor.ExecuteQueryInternal(Query query)    
     at Microsoft.Office.Server.Search.Query.SearchExecutor.ExecuteQuery(Query query)    
     at Microsoft.Office.Server.Search.Query.SearchExecutor.ExecuteQueries(Dictionary`2 queries, Boolean handleExceptions)    
     at Microsoft.Office.Server.Search.Query.SearchExecutor.<>c__DisplayClass16.<ExecuteQueries_Client>b__14()    
     at Microsoft.Office.Server.Search.Query.SearchExecutor.RunWithRemoteAPIsPermission[T](Func`1 f)    
     at Microsoft.Office.Server.Search.Query.SearchExecutor.ExecuteQueries_Client(String[] queryIds, Query[] queries, Boolean handleExceptions)    
     at Microsoft.Office.Server.Search.Query.SearchExecutorServerStub.InvokeMethod(Object target, String methodName, XmlNodeList xmlargs, ProxyContext proxyContext, Boolean& isVoid)    
     at Microsoft.SharePoint.Client.ServerStub.InvokeMethodWithMonitoredScope(Object target, String methodName, XmlNodeList args, ProxyContext proxyContext, Boolean& isVoid)

    Hi cagman,
    Please make sure Search Host Controller Service, Search Query and Site Settings Service, SharePoint Server Search are started on manange services on server.
    Then check the Search service application, and make sure search application topology is ok.
    Then reset Index, and run a full crawl. After crawling, search again, compare the result.
    In addition, here are some similar posts, please check if they are useful for you:
    http://sp-vinod.blogspot.jp/2014/02/getting-results-failed.html
    http://williamvanstrien.blogspot.jp/2014/06/sharepoint-2013-search.html
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Office web Apps preview of SharePoint 2010 source in SharePoint 2013 search results

    Hi Team,
    We have crawled SharePoint 2010 source in SharePoint 2013 and able to get results successfully. Now our requirement is to show Office Web Apps previes of 2010 documents in 2013 search results.
    Any guidance on this please.
    Thanks,
    Manjeera

    Hi,
    Take a look at this blog post on how to do this: http://blogs.msdn.com/b/murads/archive/2012/10/11/utilizing-web-apps-2010-to-get-powerpoint-previews-of-sharepoint-2010-content-from-sharepoint-2013-search.aspx
    Thanks,
    Mikael Svenson
    Search Enthusiast - SharePoint MVP/MCT/MCPD - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of Working with FAST Search Server 2010 for SharePoint

Maybe you are looking for