Share via


BingCustomSearchConfiguration.Freshness Property

Definition

Filter search results by the following case-insensitive age values:

  • Day: Return webpages that Bing discovered within the last 24 hours.
  • Week: Return webpages that Bing discovered within the last 7 days.
  • Month: Return webpages that Bing discovered within the last 30 days. To get articles discovered by Bing during a specific timeframe, specify a date range in the form: YYYY-MM-DD..YYYY-MM-DD. For example, freshness=2019-02-01..2019-05-30. To limit the results to a single date, set this parameter to a specific date. For example, freshness=2019-02-04.
public string Freshness { get; set; }
member this.Freshness : string with get, set
Public Property Freshness As String

Property Value

Applies to