# 电子商务店铺前端
除了搜索体验外,Typesense 还可用于构建高性能的浏览体验,例如电子商务店铺中的产品列表页面。
在线演示 (opens new window) | 源代码 (opens new window)
# 核心亮点
- 这里 (opens new window)展示了如何更新URL以反映用户点击不同组件时的页面状态。
- 这里 (opens new window)展示了如何在InstantSearch.js中使用
pagination
分页组件。 - 这里 (opens new window)展示了如何在InstantSearch.js中使用
hierarchicalMenu
层级菜单组件。 - 这里 (opens new window)展示了如何在InstantSearch.js中使用
rangeSlider
范围滑块组件。 - 这里 (opens new window)展示了如何在InstantSearch.js中使用
ratingMenu
评分菜单组件。 - 这里 (opens new window)展示了如何将Typesense的动态排序功能与InstantSearch.js的
sortBy
排序组件结合使用。 - 这里 (opens new window)展示了如何让用户选择每页显示的结果数量。
- 这里 (opens new window)展示了如何让用户清除所有筛选条件/精选项。
- 这里 (opens new window)展示了如何捕获用户与组件的交互分析数据并发送到网站分析工具。
- 这里 (opens new window)展示了如何搜索与给定商品相似的其他商品。
- 这里 (opens new window)展示了如何使用Sentence-BERT模型生成嵌入向量。