Hi,
I've created a dictionary using DDS and need to make it searchable.
I would like to have the dictionary integrated with Episerver search, but I'm
not sure if it's possible?
Do I need to make a page provider for this? Should I use the find function in DDS or
indexing using DDS?
Any suggestions on how to integrate Episerver search with DDS?
In advance thanks for your reply!
Kind regards,
Jon Haakon
Solved by using Find in DDS
You can also use the LINQ support in DDS: http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-6-R2/Dynamic-Data-Store/
Hi,
I've created a dictionary using DDS and need to make it searchable.
I would like to have the dictionary integrated with Episerver search, but I'm
not sure if it's possible?
Do I need to make a page provider for this? Should I use the find function in DDS or
indexing using DDS?
Any suggestions on how to integrate Episerver search with DDS?
In advance thanks for your reply!
Kind regards,
Jon Haakon