November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
Strange as when I issue the same query (passing the params in the querystring) I do get results:
http://es-api01.episerver.com/rB6AEIKHVIaicHpXocZIAyM6Htny09mz/suresh.siddagari_emintramarch2014/_search?q=B*&df=Title$$string.lowercase&fields=Title$$string
There is an extra whitespace in the fields param. Maybe that is causing the issue.
(happy to see that you didn't post your private key ;-))
Best Regards,
Henrik
If you are using the autocomplete feature, described at http://www.find.episerver.com/Documentation/stats-autocomplete, you will need to add .Track to your queries in order to generate data that will be used for autocompletion. You could also add these manually in the Find area when logged on to EPiServer.
If you are doing a javascript-based search, directly against your index, do keep in mind that your index will be disposed, meaning that users may gain access to unpublished data.
Hi, thanks for your reply !
now, I'm getting response with service url ( with episerver SaaS url).
But we have Find Enterprise installation on our local server, in that case http://localhost:9200/<indexname>/_autocomplete?prefix=ei is enough ?
I tried with above request and didn't get any results back.
Tack !
Have you added .Track() to your "normal" queries? Autocomplete results are based on previous searches. http://find.episerver.com/Documentation/stats-tracking
Rembember that you have to do some actual queries in order to get results :-)
Did you also try to manually add autocomplete suggestions via the ui?
Hi, I figured out the problem. Our site is running with https:// and the search box making a http:// call.
Hope, I can solve this !
thanks !
I even tried with find developer index, didn't any results (checked with webdugger -Fiddler).
Could you give me any pointers on this ?