AI OnAI Off
There is a scheduled job in admin that you can run, which will re-index all your content. This will fix the URLs.
@john
I have tried with EPiServer Find Content Indexing Job scheduled job.But that not seems to be reindexing it.
Have you changed the website URL in admin for the new database? That is the URL Find will pick up during indexing.
Hello All,
I have Implemented Epi.FInd for my Episerver application in version 9.2 by using MVC Razor.
SO intially I executed the application through visual studio and it took the default root URL of the application as http://localhost:11109.Then I have run the EPiServer Find Content Indexing Job from admin mode and it took the root URL of the searched contents as http://localhost:11109.
After this now I have hosted the application on IIS at my local machine only and I have restored .mdf database to my sql server 2014 DB.
Now search is working fine but the Root URL of the search result is same as earlier that's why those URL are Invalid.I want my root URL of the search content result to be updated as new one.
Does anyone is having idea how it can be achieved?