【问题标题】:In dexie(Wrapper for IndexedDB) how can I use 'LIKE' like in sql to search在 dexie(IndexedDB 的包装器)中,我如何像在 sql 中一样使用“LIKE”进行搜索
【发布时间】:2016-11-05 07:15:58
【问题描述】:

我想使用dexie 搜索存储在IndexedDb 中的一些数据。我看了医生。对于LIKE 中的dexie 之类的任何东西。为此目的有什么功能吗?

【问题讨论】:

  • startsWith(key: string): Collection; 类似于我想要的功能

标签: indexeddb dexie


【解决方案1】:

在 github 问题中有这个问题的答案:https://github.com/dfahlander/Dexie.js/issues/146

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2019-06-01
  • 1970-01-01
  • 2015-04-30
  • 2014-09-21
  • 2019-12-02
  • 2017-06-23
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多