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!

Category Field Not Updating in Search & Navigation Index

Vote:
 

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:

  • Other field types like String and HtmlString update correctly in real-time.
  • The issue occurs in Integration, Preprod, and Prod, but it works fine in Localhost.
  • The category field is defined as:

  • [AllowedTypes(typeof(Category))]
    public virtual IList<ContentReference> Tags { get; set; }




#336229
Jan 30, 2025 10:46
Vote:
 

Is the scheduler enabled on the DXP instanses?

e.g.

"EPiServer": {
  "CMS": {
    "Scheduler": {
      "Enabled": true
    }
...
#336231
Jan 30, 2025 11:32
Kumar - Jan 30, 2025 12:00
This is set correctly
Eric Herlitz - Feb 04, 2025 8:07
You should probably report this as a bug in that case
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.