London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Is the scheduler enabled on the DXP instanses?
e.g.
"EPiServer": {
"CMS": {
"Scheduler": {
"Enabled": true
}
...
We are facing an issue where removing a category field value from a CMS page does not immediately reflect in the Search & Navigation indexed content. However, after running the Search & Navigation index scheduled job, the value gets removed from the indexed JSON as expected.
Could you please suggest a fix to update the changes immediately in Search & Navigation? Thanks in advance!
Observations:
[AllowedTypes(typeof(Category))]
public virtual IList<ContentReference> Tags { get; set; }