I am using your package in almost all sites of multi-language and it work like a charm. I need to implement whole website search and it seems like polyglot won't have any specific mechanism to handle it. As you may know Umbraco provide examineIndex which we can use for searching. Can you please guide how it can be done using polyglot? search must work with the selected language.
Hello! The trick is to index the Umbraco translations and make sure the search results provide the correct translation URL. It is doable since the translations are regular Umbraco nodes. Unfortunately I don't have any configuration example or code that I can share about how to do it though... Sorry...
Umbraco 7 Ployglot Search
Hi Dimitri,
I am using your package in almost all sites of multi-language and it work like a charm. I need to implement whole website search and it seems like polyglot won't have any specific mechanism to handle it. As you may know Umbraco provide examineIndex which we can use for searching. Can you please guide how it can be done using polyglot? search must work with the selected language.
Regards
Hello! The trick is to index the Umbraco translations and make sure the search results provide the correct translation URL. It is doable since the translations are regular Umbraco nodes. Unfortunately I don't have any configuration example or code that I can share about how to do it though... Sorry...
is working on a reply...