Try our conversational search powered by Generative AI!

How to integrate Optimizely Search & Navigation with nodejs?

Vote:
 

Hi,

I only see the Optimizely Search & Navigation integration builds on the .NET but now i want to integrate with nodejs

Can anyone show me the way to integrate with nodejs?

https://world.optimizely.com/documentation/Items/Developers-Guide/EPiServer-Find/9/Integration/

Regards,

Thang Le

#283160
Jul 05, 2022 8:42
Vote:
 

I don't believe there's a node package but you can call the Search & Navigation service directly by passing in the key so you can create your own HTTP requests directly to your index. If you need to know what to call do something in a C# example and look at the outgoing requests to the index.

For example the call for autocomplete is https://usea02.find.episerver.net/KEY/INDEX/_autocomplete?prefix=test&size=10 with the key and index being your values. So you can make direct calls you just need to handle the serialization yourself and figure out the HTTP request structure

Also I've deleted your old duplicate post

#283169
Jul 05, 2022 11:58
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.