Skip to content

Commit a40f009

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for node.js - Update search with filtering (#4132)
* Update search-simple-query.js Added region tag to simply search query for code snippet update in the documentation. * Update search-with-pagination.js * Update search-with-filtering.js --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 44b0b5a commit a40f009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/search/search-with-filtering.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
// [START retail_search_for_products_with_filtering]
1415

1516
'use strict';
1617

@@ -82,3 +83,5 @@ process.on('unhandledRejection', err => {
8283
});
8384

8485
main();
86+
87+
// [END retail_search_for_products_with_filtering]

0 commit comments

Comments
 (0)