Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能做到这一点? 首先,计划使用IndexedDB?将其保存到 HTML5 本地数据库中。可能稍后我可以将它保存在数据库中的用户表中。 这是正确的方法吗?
IndexedDB
如果他们将在多个设备上使用搜索,请将其保存在服务器端。这样他们就可以获得完整的搜索历史记录。如果不去当地。
不要忘记有一种机制来清除用户操作的搜索查询。
Indexeddb 不是为这种用途而设计的。最好使用通常的 http 缓存。
Indexeddb 是为存储全表和查询客户端本身而设计的。