You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restricts results to URLs based on date. Supported values include: * `d[number]`: requests results from the specified number of past days. * `w[number]`: requests results from the specified number of past weeks. * `m[number]`: requests results from the specified number of past months. * `y[number]`: requests results from the specified number of past years.
504
504
*/
505
505
dateRestrict?: string;
506
+
/**
507
+
* Optional. Enables routing of Programmable Search Engine requests to an alternate search handler.
508
+
*/
509
+
enableAlternateSearchHandler?: boolean;
506
510
/**
507
511
* Identifies a phrase that all documents in the search results must contain.
* Restricts results to URLs based on date. Supported values include: * `d[number]`: requests results from the specified number of past days. * `w[number]`: requests results from the specified number of past weeks. * `m[number]`: requests results from the specified number of past months. * `y[number]`: requests results from the specified number of past years.
731
735
*/
732
736
dateRestrict?: string;
737
+
/**
738
+
* Optional. Enables routing of Programmable Search Engine requests to an alternate search handler.
739
+
*/
740
+
enableAlternateSearchHandler?: boolean;
733
741
/**
734
742
* Identifies a phrase that all documents in the search results must contain.
0 commit comments