diff --git a/retail/interactive-tutorials/search/search-with-ordering.js b/retail/interactive-tutorials/search/search-with-ordering.js index eb8964f155..f6804ebdd6 100644 --- a/retail/interactive-tutorials/search/search-with-ordering.js +++ b/retail/interactive-tutorials/search/search-with-ordering.js @@ -11,6 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +// [START retail_search_products_with_ordering] 'use strict'; @@ -81,3 +82,4 @@ process.on('unhandledRejection', err => { }); main(); +// [END retail_search_products_with_ordering]