Try our conversational search powered by Generative AI!

How does did you mean / related work?

Vote:
 

Hey,

So I know how to make EpiFind give me did you mean results but I can't find out how that works under the hood.  It seems to be based on what people searched for after their initial search.  Has anyone found docs that explain how it works?

#185603
Nov 27, 2017 15:17
Vote:
 

Simply put it is the aggregation of consecutive queries (as you have noticed).

Requirements:
1. The queries should occur within 60s.
2. There was no 'click' in the results list after the first query.
3. They should not be identical.
4. All query terms in the second query should occur in at least 1 document in your index.

/Henrik

#185878
Dec 05, 2017 16:04
Vote:
 

Hey,

Thanks for replying. I don't think we are tracking clicks from search results.  Will this be causing issues with the accuracy of did you mean?

#185890
Dec 05, 2017 18:38
Vote:
 

If you don't track clicks then the 2:nd requirement is always true and might give you accuracy issues. However, if you ar using unified search and .Track() for tracking then click tracking is done automatically (a script is injected on your page in the footer: https://dl.episerver.net/12.7.0/epi-util/find.js that among other things listens to link clicks on your site and if you look at the links returned from your search call they are padded wit _t paramterers used for tracking the clicks).

/Henrik

#185951
Dec 07, 2017 9:19
Vote:
 

Thank you very much.  I will try and work out how to get that to work with CDN caching of those pages.

#185988
Dec 07, 2017 18:02
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.