Skip to content

Commit 3270d61

Browse files
rebeccaellisgemini-code-assist[bot]glasnt
authored
fix(retail): add region tag for node.js - Update search product with boost spec (#4125)
* 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-boost-spec.js * Update retail/interactive-tutorials/search/search-with-boost-spec.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update retail/interactive-tutorials/search/search-with-boost-spec.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Katie McLaughlin <[email protected]>
1 parent e00cf4d commit 3270d61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/search/search-with-boost-spec.js

Lines changed: 2 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_with_boost_spec]
1415

1516
'use strict';
1617

@@ -89,3 +90,4 @@ process.on('unhandledRejection', err => {
8990
});
9091

9192
main();
93+
// [END retail_search_with_boost_spec]

0 commit comments

Comments
 (0)