diff --git a/retail/interactive-tutorials/search/search-with-boost-spec.js b/retail/interactive-tutorials/search/search-with-boost-spec.js index 7d1faf654e..e7518e34ab 100644 --- a/retail/interactive-tutorials/search/search-with-boost-spec.js +++ b/retail/interactive-tutorials/search/search-with-boost-spec.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_with_boost_spec] 'use strict'; @@ -89,3 +90,4 @@ process.on('unhandledRejection', err => { }); main(); +// [END retail_search_with_boost_spec]