1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-09 05:30:44 +02:00

472 Commits

Author SHA1 Message Date
Thomas Wilkerling
103f617ad5 v0.8.2 0.8.2 2025-05-21 13:43:38 +02:00
Thomas Wilkerling
e9c26f06b4 hotfix remove/update/replace 2025-05-15 08:56:05 +02:00
Thomas Wilkerling
430e0c072c improve auto-complete demo 2025-05-14 11:23:03 +02:00
Thomas Wilkerling
6d46dce491 fix encoder options fallback 2025-05-14 09:56:42 +02:00
Thomas Wilkerling
4a59a9a027 highlighting merged document results 2025-05-14 09:40:10 +02:00
Thomas Wilkerling
9053b2c834 extended support for document resolver 2025-05-12 08:41:03 +02:00
Thomas Wilkerling
3769259c53 fix document resolver issues #500 2025-05-10 21:13:35 +02:00
Thomas Wilkerling
4575889d3f fix types in index.d.ts 2025-05-10 15:19:19 +02:00
Thomas Wilkerling
07eeb037c3 switch to latest release within test env 2025-05-10 12:58:50 +02:00
Thomas Wilkerling
689844444e switch to latest release within test env 2025-05-10 12:53:40 +02:00
Thomas Wilkerling
c4929b9106 release 0.8.162 2025-05-10 12:48:41 +02:00
Thomas Wilkerling
32f08a2439 resolver types within index.d.ts 2025-05-10 12:10:38 +02:00
Thomas Wilkerling
5c341e4295 replace unknown type in index.d.ts 2025-05-09 11:26:19 +02:00
Thomas Wilkerling
f8a73fe38b fix type delegation for "pluck" within index.d.ts 2025-05-09 11:06:27 +02:00
Thomas Wilkerling
bdc2450252 added notes to test/types.ts 2025-05-09 10:46:53 +02:00
Thomas Wilkerling
df2d54b631 added notes to test/types.ts 2025-05-09 09:54:17 +02:00
Thomas Wilkerling
1cab43b8e5 added some tests for index.d.ts 2025-05-09 09:15:06 +02:00
Thomas Wilkerling
bc7f5080c4 Merge pull request #502 from flycran/master
- 修正`StoreOptions`类型推断。
2025-05-09 07:42:02 +02:00
flycran
36a9c96acd - 修正DocumentOptions['tag']类型推断。 2025-05-09 12:11:57 +08:00
flycran
7027a11518 - 修正DocumentOptions['index']类型推断。 2025-05-09 12:10:37 +08:00
flycran
8adb5215bf - 修正StoreOptions类型推断。 2025-05-09 11:49:34 +08:00
Thomas Wilkerling
2431b51a4f update index.d.ts 2025-05-08 22:08:07 +02:00
Thomas Wilkerling
650cf81d9e add exports to index.d.ts 2025-05-07 18:10:10 +02:00
Thomas Wilkerling
1a0bd73002 add further generics to index.d.ts 2025-05-07 17:15:40 +02:00
Thomas Wilkerling
2d53d5e556 minor optimization of index.d.ts 2025-05-07 12:00:37 +02:00
Thomas Wilkerling
5ebe58065c readme update document options 2025-05-07 11:11:32 +02:00
Thomas Wilkerling
3bd342e74c remove unused exports from index.d.ts 2025-05-07 08:46:46 +02:00
Thomas Wilkerling
e93905fc36 minor improve readability of index.d.ts 2025-05-06 13:49:05 +02:00
Thomas Wilkerling
c7cbaca5a0 add globals within index.d.ts 2025-05-06 11:49:45 +02:00
Thomas Wilkerling
c25b91d5a5 Merge pull request #497 from flycran/master
Better typescript type inference
2025-05-06 11:45:06 +02:00
Thomas Wilkerling
4ab707ef56 proper encoder type in index.d.ts 2025-05-06 11:42:58 +02:00
flycran
6a4b862c31 Merge branch 'master' into master 2025-05-06 17:34:01 +08:00
flycran
2f1c7052cf Merge remote-tracking branch 'origin/master' 2025-05-06 17:27:28 +08:00
flycran
f32268c902 - 更新index.d.ts
- 修复`search`的返回值类型,根据worker、db推断返回类型

- 更新types.ts
  测试ts静态类型
2025-05-06 17:26:34 +08:00
flycran
e0efcd8a6f - 更新index.d.ts
- 修复`search`的返回值类型,根据worker、db推断返回类型

- 更新types.ts
  测试ts静态类型
2025-05-06 17:23:36 +08:00
Thomas Wilkerling
5d7de9dd11 add missing type for "encoder" option to index.d.ts 2025-05-06 11:11:18 +02:00
Thomas Wilkerling
47a6f62cee simplify module declaration within index.d.ts 2025-05-06 11:08:18 +02:00
Thomas Wilkerling
94fe3aa5a0 add language presets and persistent adapter types to index.d.ts 2025-05-06 10:22:50 +02:00
Thomas Wilkerling
58c1a09cfd add index.d.ts for persistent adapter 2025-05-06 09:01:12 +02:00
Thomas Wilkerling
042ef7f067 make deepwiki badge more visible 2025-05-05 08:48:50 +02:00
Thomas Wilkerling
6865a911d7 add deepwiki to readme 2025-05-05 08:16:19 +02:00
flycran
a685bc1f8f - 更新index.d.ts
- 为Index的search等方法自动推断返回类型
2025-05-05 11:06:19 +08:00
flycran
babbe1d73c Revert "- 更新index.d.ts"
This reverts commit 15a9ff334a.
2025-05-05 10:55:04 +08:00
flycran
15a9ff334a - 更新index.d.ts
- 为Resolver添加泛型支持

- 更新types.ts
  测试ts静态类型
2025-05-05 10:47:57 +08:00
flycran
21ebe443dc - 更新index.d.ts
- 重构FieldName为泛型,支持自动推断字段定义

- 更新types.ts
  测试ts静态类型
2025-05-05 10:39:38 +08:00
33431
94d46eb2a9 - 更新index.d.ts
- 导出了部分类型,这是为了支持类型测试
  - 为`Document`添加泛型
  - 在`Document`实例化时传入doc的类型,它将为所有返回doc的方法提供正确的类型
  - 自动推断`search`,`searchCache`,`searchAsync`的返回类型,现在他们不再返回联合类型
  - 为上述方法的`limit`参数单独使用函数重载,增加可读性

- 更新types.ts
  测试ts静态类型
2025-05-05 04:03:42 +08:00
33431
7498972bca - 添加tsconfig.json
支持ts类型测试

- 添加types.ts
  测试ts静态类型
2025-05-05 03:00:33 +08:00
Thomas Wilkerling
9e74d1b50e remove only flag from tests 2025-05-02 13:37:12 +02:00
Thomas Wilkerling
f774be9646 extended result highlighting 2025-05-02 13:30:09 +02:00
Thomas Wilkerling
4add0aaf14 add docker compose for the local dev env 2025-04-17 16:37:03 +02:00