Skip to content

Commit bf9bdd0

Browse files
authored
Update search-simple-query.js
Added region tag to simply search query for code snippet update in the documentation.
1 parent 1eed2eb commit bf9bdd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)