Try our conversational search powered by Generative AI!

Free text search, suggestions and related queries

Vote:
 

Hello all!

I'm building free text search for a website. I've managed to get it working or at least it returns stuff that looks correct.

But now I'm stuck. I'm unable to figure out how to apply suggestions and related queries in the mix. Like in the google search if you type "Tanpere" google says "Showing results for Tampere" with the exception that I want to display user the text "Did you mean 'Tampere'?". Also I would like to display user "User who searched for 'Tampere' also searched for 'Nokia'".

So how do I do that? I can't find anything in the API, in the web, even google is unable to help me. Where to begin?

 

#68182
Mar 18, 2013 14:40
Vote:
 

http://world.episerver.com/Articles/Items/General-Availability-of-EPiServer-Find/

 

#68183
Mar 18, 2013 14:56
Vote:
 

Ah, I think I got it. But do I really have to use JS and AJAX calls to some obscure '/en/find/rest/spellcheck/get/' url? Isn't there anything in the .NET API?

#68187
Mar 18, 2013 15:08
Vote:
 

Yes, there is a .NET API

StatisticsClient.Instance.GetSpellCheck(query);

And

StatisticsClient.Instance.GetDidYouMean(query);

#68203
Mar 18, 2013 19:52
Vote:
 

Thank you very much! My fine website finally workd \o/

#68211
Mar 19, 2013 6:41
Vote:
 

I bit intresting that this exists in the namespace EPiServer.Find.Framework.Statistics.ForInternalUseOnly though :)


Theres also no documentation on how to use it.

#71031
May 07, 2013 14:41
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.