diff --git a/retail/interactive-tutorials/search/search-with-filtering.js b/retail/interactive-tutorials/search/search-with-filtering.js index e39502e39a..1a277de847 100644 --- a/retail/interactive-tutorials/search/search-with-filtering.js +++ b/retail/interactive-tutorials/search/search-with-filtering.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_for_products_with_filtering] 'use strict'; @@ -82,3 +83,5 @@ process.on('unhandledRejection', err => { }); main(); + +// [END retail_search_for_products_with_filtering]