Document level security - timestamp range issue

If you set the @timestamp field to the document level security setting, an error occurs.
Is there a problem with the dsl query?

{
   "range": {
    "@timestamp": {
      "gte": "now-1d/d"
    }
  }
}