Need clarification on query rules

 a!queryFilter(
          field: "completiondate",
          operator: "between",
          value: {today() - weekday(today(), 2) + 1, today()}
        )
      },
      ignoreFiltersWithEmptyValues: true
    ),

Need clarification For value : ( 4 th line ) 

  Discussion posts and replies are publicly visible