Query via updated_at not working in bulkoperation

@Sabin_Bhattarai

I have had this issue before, what fixed it for me was putting single quotes. When I did the following updated_at:>2025-05-17T06:10Z it ignored the time, and filtered only be date, however when I did the following updated_at:>'2025-05-17T06:10Z' it worked correctly.

1 Like