How to get Did you mean feature visible - WP configuration done

I have SP 2010 Entpr. Search and a results page with Search Summary WP with "Show Messages" option on. I have suggestions in index like "sharepoint".
If I spell wrong for example "sharepint", I don't get Did you mean option. So, how can I test this feature because I don't know what is possible? What words / terms I should test? 
I don't have FAST Search. 

Search Suggestions:
On your search page, make sure that they are enabled in your
Search Box web part - "Edit Web Part" and there is a checkbox in the Query Suggestions section. This checkbox should be checked by default.
Read
http://blogs.technet.com/b/chad/archive/2010/06/24/tip-34-adding-a-sharepoint-2010-search-suggestion.aspx. This page provides insight into how the suggestions work and how to manually add suggestions using PowerShell.
Did you mean?:
On your search results page select "Edit Web Part" for the
Search Summary web part. In the Miscellaneous section, check the "Show Messages" checkbox. This will enable the display of the "Did you Mean?" messages. This checkbox is not checked by default.
Regards | Aaron www.aaron-rendell.co.uk | SharePoint Consultant | Microsoft Gold Partner - Silversands, Poole, Dorset, England

Similar Messages

  • SharePoint 2010 Search "Did You Mean" | How does it work?

    My customer has raised a concern that "Did you mean" functionality works inconsistently and issue is explained as below:
    1. When I search for misspelled word such as "Maketting" , search page displays the option "Did you mean ""Marketting"?
    2. When I search for another misspelled word "Marktng", I get no result and no "Did you mean" option.
    I believe there is a dictionary which maintains the mapping between misspelled word and the correct words but I was unable to track the location whether it is in database or a file system. Has anyone faced this issue and know the solution? Below article
    talks about a "Dictionary lexicon" but not sure about the location in SharePoint 2010 farm.
    http://www.petestilgoe.com/2009/10/sharepoint-search-how-features-work-part-1/
    Thanks and Regards
    -DB
    DB

    Hi Deepak,
    “Do you mean” functionality is enabled by selecting Query Suggestions in Search Box web part.
    Suggestions are automatically built based on what search results are actually clicked on. It takes 6 clicks within a year for SharePoint to add a suggestion.
    However, if an administrator needs to add a suggestion manually this can be done using the SharePoint 2010 Management Shell (PowerShell).
    I recommend to use PowerShell to check all the suggestions in the Search Service Application, and then remove the one that you do not need.
    $ssa=Get-SPEnterpriseSearchServiceApplication
    Get-SPEnterpriseSearchQuerySuggestionCandidates -SearchApp $ssa
    Remove a suggestion, such as “Marketting”:
    $ssa=Get-SPEnterpriseSearchServiceApplication
    Remove-SPEnterpriseSearchLanguageResourcePhrase -SearchApplication $ssa -Language En-Us -Type QuerySuggestionAlwaysSuggest -Identity "
    Marketting "
    More references about the query suggestion:
    http://blogs.technet.com/b/chad/archive/2010/06/24/tip-34-adding-a-sharepoint-2010-search-suggestion.aspx
    http://sharepointfieldnotes.blogspot.jp/2011/09/sharepoint-2010-search-query.html
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • When, on my home page, I click on the link "popup transparent" in the query, "Did you mean: popup transparent", NO RESULTS appear in that new tab; how fix?

    I've been having trouble due, apparently, to a file named popuptransparent[dot]xul, of which I have 3 instances on my computer (running Win XP/Firefox latest v.). Using my AVG home-page window, I search for "popuptransparent" (to try to fix it) and the results appear OK. But then when I click, for a new tab, on the link "popup transparent" in the query, "Did you mean: popup transparent", NO RESULTS appear in that new tab. Further, when I then reload the AVG panel that searched for "popuptransparent" in the first place, it, too, now shows no results. Nor does a Google panel now show any results. They show the quantity of results but just white screens for the results themselves.
    The links https://support.mozilla.org/en-US/questions/948804?esab=a&as=aaq and https://support.mozilla.org/en-US/questions/952141?esab=a&as=aaq don't help me. I have re-installed Firefox v. 20.0.1 to no avail. How to fix it?
    Should I delete from my computer all 3 of those [dot]xul instances?

    Thanks to jscher! With some help from AVG my AVG & Google browser panels now work OK. But I've taken the advice & disabled several extensions including the Disconnect. The browsers are still OK after re-launching them so I keep fingers crossed.
    My original problem was that I had suddenly found a small popup window appearing, over the browser window, that I couldn't get rid of. It contained an advisory to the effect that Windows couldn't find the file popuptransparent[dot]xul. I tried searching for that to see what it was and in the course of doing that I seem to have executed it. Then was when the trouble started.
    I have 3 instances of that file in my computer and would dearly like to get rid of them if they are of no use to me. Any advice there?

  • Did you mean Endeca/ATG!

    Hello,
       I'm trying to get search suggestions to the render "did you mean?" words in my cartridge SearchAdjustments of my web page, but the list that should have the search suggestions is always empty. However, the adjusted terms that apparently works in the same way works fine. Somebody knows what's missing to get the suggested seaches?
    Here's my render's code:
    <dsp:page>
                   <dsp:importbean bean="/atg/endeca/assembler/cartridge/manager/DefaultActionPathProvider" />
                    <dsp:getvalueof var="actionPath" bean="DefaultActionPathProvider.defaultExperienceManagerNavigationActionPath" />
                    <dsp:getvalueof var="contentItem" vartype="com.endeca.infront.assembler.ContentItem" value="${originatingRequest.contentItem}" />
                     <c:if test="${not empty contentItem.originalTerms}">
                              <div class="SearchAdjustmens">
                                    <div>
                                         <c:forEach var="originalTerm" items="${contentItem.originalTerms}" varStatus="status">
                                              <c:if test="${not empty contentItem.adjustedSearches[originalTerm]}">
                                                   Sua pesquisa por <span style="font-weight: bold;">${originalTerm}</span> foi corrigida para
                                                        <c:forEach var="adjustment" items="${contentItem.adjustedSearches[originalTerm]}" varStatus="status">
                                                             <span class="autoCorrect">${adjustment.adjustedTerms}</span>
                                                             <c:if test="${!status.last}">, </c:if>
                                                        </c:forEach>
                                              </c:if>
                                              <c:if test="${not empty contentItem.suggestedSearches[originalTerm]}">
                                                    Você quis dizer
                                                       <c:forEach var="suggestion" items="${contentItem.suggestedSearches[originalTerm]}" varStatus="status">
                                                           <c:set var="label">
                                                               ${suggestion.label}
                                                               <c:if test="${not empty suggestion.count}">
                                                                     (${suggestion.count} resultados)
                                                               </c:if>
                                                           </c:set>
                                                           <a href="<c:out value="${suggestion.navigationSite}" />">${suggestion.label}</a>?
                                                       </c:forEach>
                                                       <br/>
                                            </c:if>
                                   </c:forEach>
                                </div>
                            </div>
                        </c:if>
    </dsp:page>
    PS: contentItem.adjustedSearches works fine, but contentItem.suggestedSearches is always empty no matter how term I put on the search box.

    Eu solved the problem!
    It was missing configure a SearchAdjustmentsConfig with setSpellSuggestionEnabled(true) and setPhraseSuggestionEnabled(true)
    In my case I created a property root/config/atg/endeca/assembler/cartridge/handler/config/SearchAdjustmentsConfig.properties with the following content:
    $class=com.endeca.infront.cartridge.SearchAdjustmentsConfig
    phraseSuggestionEnabled=true
    spellSuggestionEnabled=true
    Now the MDEX is populating the contentItem.suggestedSearches. The contentItem.adjustedSearches was already working fine because it's all setting automatically.
    Thanks anyway!

  • "did you mean ..."

    i keep waiting for apple to ...
    .. in the google toolbar (i use windows at work), if you type "harry pooter" by mistake (for example), google asks you "did you mean: harry potter" and if you did and you click on the new search value, it updates the toolbar, replacing "pooter" with "potter," (for example), so the next time you search from the toolbar, it looks for "potter".
    i keep waiting for apple to build that correction feature into safari. it's VERY handy, especially for a sloppy typist like me.
    Message was edited by: copythat

    You can send feedback to the Safari team via:
    Safari menu -> "Report Bugs to Apple..."

  • "Did you mean" suggests same keyword

    When I search for "test" and then refine by result type "Web Page" - it asks did I mean the same "test" keyword? A click on suggestion doesn't change anything.
    Does anyone have an idea of possible reasons for such behavior?

    Hi Alexey,
    Query Spelling Correction:
    This function is hosted in the Termstore. We can now easy configure “Exclusion” and “Inclusion” Terms. Another big benefit is, that Terms configured in the “Inclusion” Termset also used for “Did you mean”
    functionality.
    So this example showing in the Pic would result in searching for
    ”EI” and didn’t get any results the system will suggest “Did you mean
    ExpertsInside”
    Thanks,
    Jack
    Jack Gao
    TechNet Community Support

  • Did you mean: I need the toolbar mine disappeared I want to try to reinstall it hope i don't lose my passwords and bookmarks

    Did you mean: I need the toolbar mine disappeared I want to try to reinstall it hope i don't lose my passwords and bookmarks
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; AskTB5.6)

    In Firefox 3.6 on Windows you can hide the menu bar via "View > Toolbars" or via the right click context menu on a toolbar.
    Press and hold the Alt key down to bring up the menu bar.
    Go to "View > Toolbars" or right-click the menu bar or press Alt+V T to select which toolbars to show or hide.
    See also [[Menu bar is missing]]

  • Install Log - how many errors did you have?

    After 30 minutes of the machine saying it would be done in "about a minute" I decided there must be something wrong, so I looked at the Install Log, to make sure things were still happening.
    Surprise! over 1500 Errors logged! Is that normal? I've never looked at the Install Log for an OS install, so I'm not sure how many are typical. How many errors did you guys have?
    Note: I performed an "Install & Archive"

    Install the admin software on the laptop. 
    Client software is built into the OS, so just enable it on the Desktop in System Prefs -> Sharing -> Remote Management

  • Unknown type name 'class'; did you mean 'Class'?

    I have a C++ class declaration in FTracker.h file.
    class FTracker // error marks are here
    When I #include/#import this header in my fooUser.mm file, it compiles. When I do #include/#import it in my fooUser.h file it doesn't, and the compiler errors are.
    Unknown type name 'class'; did you mean 'Class'?
    Excpected ';' after top level declarator.
    I'm using XCode 6.0.1 (6A317), LLVM compiler 6.0,...
    Anyone give ma  a suggestion..

  • How to get Character Viewer to stay visible (esp. in Word for Mac)?

    I'm asking this on behalf of a friend who has a 2013 13-inch (non-retina) MackBook Pro and uses it with an Apple Cinema Display. Since the upgrade to Mavericks the behaviour of the Character Viewer has changed, where it no longer 'sticks' (stays both active and on top) as a visible window when you switch applications: now it needs to be called up from within each application, and will be visible when working with that app.
    He needs the Character Viewer open all the time and this change is inconvenient (he draws special characters from it constantly). But the main problem is that he mostly works in MS Word for Mac and as far as I can tell Microsoft have not updated Word to respect the behaviour Mavericks intends for Character Viewer: to stay visible while working. Instead, the Character Viewer window randomly closes. So, while hoping for an update from MS (but not holding breath since they provide their own inferior version of a glyph viewer in Word)) I have two questions:
    1. Can anyone suggest a way, perhaps using Applescript or Automator (which I don't know how to use), to make the Character Viewer always stay open and visible while using any application? This would be the preferable solution, in effect restoring the behaviour seen before Mavericks.
    Or
    2. Can someone give us some guidance on how to make a custom keyboard shortcut in Word for Mac that we could assign to bring up the (OSX) Character Viewer, since the usual system shortcut for that (control-command-space) is not respected in Word. Or alternatively, an Applescript or Automator solution for this that would be available from within Word?
    Thanks!

    Did you try:
    ->System Preferences->Keyboard and check [ ] Show Keyboard & Character Viewers in menu bar
    It closes when I switch desktops with spaces or open another App, but it displays when I go back to the Word window

  • How much data did you use on day #1?

    Just to get some perspective on how much people are using....
    How much have you used so far?
    What have you been doing to use data? Downloading apps, surfing the 'net, YouTube, hotspot, facetime, etc...
    I've used approximately 1.2mb: 360kb sent, 917kb received. I pre-loaded my apps in iTunes, so this was mostly web surfing & using apps. This was since about noon yesterday.

    john5481 wrote:
    I do use Pandora a ton on my iPad with wifi so I see what you mean when using it on 3G... I guess you have a point... Certain Apps will drain data... Just maybe the everyday internet browser consumer would be ok though
    a lot of people would be ok. the problem that the carriers run in to are the average user that doesn't even know how to check the data usage. they have their email, facebook, weather, etc, etc constantly syncing and then download a movie or something....and before they know it they are at 3 gigs and storm into the store, irate, when they see their overage fees....lol

  • How to get cool dock folder features?

    I was in the Apple store yesterday and was messing around with some of the Macbook Pro's they have there.
    I clicked on the Microsoft Office folder that the computer had on its dock, and when it opened up, it didn't open up the standard way (a box with all the word apps); it opened up in an extended slightly curved line with all of the office apps making up the curved line.
    Does anyone know how to get that to happen with any folder?
    It was also happening with other folders, not just the microsoft office one.
    Any help would be appreciated!

    Kappy,
    Thank you for your resopnse.
    When I CTRL click or RIGHT click, the only options for "View Content As" is Grid, List, or Automatic; nothing for fan.
    Do you or anyone know why this is?

  • What did you mean by informing me of vinning a sum of money

    I got an information some days ago that I have won some money as I was registred as user number ..... I called you but the person who answered wanted me to have a long dialoge whith her in US - on my expence. ????
    What do you mean by that????
    Is it all a joke???
    Please give me an answere
    N-G Johansson

    The information was not on email. It was a front information when I started Firefox.
    And further there were pictures on different win possibilities like Disneyland in Florida on the following page..
    So I am still confused but not on a higher level after your answeres.
    N-G Johansson

  • How to get contacts from ipad to iphone?  (I don't want any contacts to come from my PC via icloud.)

    How to get my contacts from ipad to iphone?  (I don't want any contacts to come from my PC via icloud, only from the ipad.)

    Well, if both your iPad and iPhone have ios 7 you could AirDrop the contacts. This may seem time consuming if have a lot of contacts as you have to select all the ones you want to transfer. But it is useful if you want transfer only specific contacts and not the whole contact list. Oh, and another thing: your iPad has to be a 4th generation or higher and your iPhone has to be 5th generation or higher.

  • How much space did you get after SL installation?

    I am curious about the freed space on hard disk people got after installation. The reason is that I decided to check mine. Before I had 268.99 GB of free space on my 500Gb drive. With Snow Leopard installed I have 302.49 GB of free space now. Simple math calculations show that I got 33.5 GB (!!!). Is it just my iMac or anybody else experienced same relief?

    Got a strange issue/bug with our networked XServe RAID since upgrading one of our macs to Snow Leopard yesterday. The SL mac claims there's currently 367 GB available on it, but all of the other Leopard macs report that it's 342! Which is correct?
    Is this miraculous hard drive space you get back after a SL installation all smoke and mirrors..?
    Aha - I should've read the whole thread and clicked the links! Looks like SL reports file sizes differently.
    Message was edited by: Arthurian Legend

Maybe you are looking for

  • Error while importing music in iMovie 11 From itunes 10

    Error while importing music in iMovie 11 I have the same error explained in a other post which was still left unanswered I have this sound problem after reorganising folders by itunes, i tried to delete al files in itunes and also deleted the xml fil

  • Creating Users via Command Line/Terminal

    Hey Everyone! A Happy New Year to all! I hope that it was a good way to end your 2005 and I hope your 2006 looks to be promising! Now back to the tough stuff. Does anyone have a detailed example of how to create a user (user name, short name, passwor

  • FAILED TO FIND METHOD FOR HASH ...

    here is the trace of the pb... I hope that someone can help me. java.lang.IllegalStateException: Failed to find method for hash:5806955373774276652      at org.jboss.invocation.MarshalledInvocation.getMethod(MarshalledInvocation.java:367)      at org

  • Flash CS4 Trial Version Crash

    I've been using Flash CS3 pro. It crashes when importing images to library. Ran all updates -still crahses So I downloaded Flash CS4 trial ran all the updates. It ran fine for a few hours... then crashed. Now Trial version also crashes also when impo

  • Why does my Acrobat IX not open PDF files created with my Adobe CreatePDF application?

    My Acrobat IX will not open PDF files that I create with my Adobe CreatePDF application