November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Do you get the same error when running against Integration Find index locally?
I wanted to try that, but couldn't find the URL in the files on integration.
On production, there seems to be no error (client will verify). So, my best guess is that it's the index.
You can view the details in the Azure portal or by iterating ConfigurationManager.AppSettings if you want to dig further.
I recall hearing that there were different service versions planned and that you needed to contact Epi if you moved over some version. Not sure on the status here though.
Maybe it can be that one is still on Amazon and the others on Azure (or the other way).
Thx a lot, guys! I've opened the support request referring to this post and the answers!
Hey,
Find version 13.0.5
I am having two versions of the same code, one using ThenBy with an int (SortIndex) and the other using ThenBy with a string (Name). Both are searching an ISearchable, implemented by all page types (_findClient.Search() is used) and Name is defined in the interface (inherited essentially by PageData), same with SortIndex.
Order by Name works:
Then by SortIndex works:
Then by Name works locally, but not in integration environment:
The error I get by default is the following:
Then, I found this post related to OrderBy: https://world.episerver.com/blogs/Son-Do/Dates/2018/7/sorting-issue-in-episerver-find-13-0-1/
Overload of ThenBy with IgnoreUnmapped:true gives the same exception, overload with ThenBy with IgnoreUnmapped:false gives (in a really long error):
Any ideas?