Skip to content

Commit 4248f5c

Browse files
authored
Merge pull request #1 from rebeccaellis/rebeccaellis-patch-1
Update search-simple-query.js for code snippet updates in retail/commerce documentation.
2 parents 1eed2eb + bf9bdd0 commit 4248f5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/search/search-simple-query.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START retail_search_simple_query]
1516
'use strict';
1617

1718
async function main() {
@@ -76,3 +77,5 @@ process.on('unhandledRejection', err => {
7677
});
7778

7879
main();
80+
81+
// [END retail_search_simple_query]

0 commit comments

Comments
 (0)