1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-31 09:31:59 +02:00

120 Commits

Author SHA1 Message Date
Thomas Wilkerling
c28f52c09b update test version 2025-06-06 08:01:43 +02:00
Thomas Wilkerling
35fd7c80c2 better support for result highlighting when using resolver 2025-06-06 07:57:38 +02:00
Thomas Wilkerling
1c4bcaac2e re-implement append 2025-06-05 08:33:21 +02:00
Thomas Wilkerling
57a6f8cf1a update github action 2025-05-23 19:59:20 +02:00
Thomas Wilkerling
6a08b5bc2c update github action 2025-05-23 19:47:07 +02:00
Thomas Wilkerling
15018e1b26 update github action 2025-05-23 19:38:26 +02:00
Thomas Wilkerling
f6cf48d3cb update github action 2025-05-23 19:25:41 +02:00
Thomas Wilkerling
c0471001f5 update github action 2025-05-23 19:16:51 +02:00
Thomas Wilkerling
d082d1472c debug github action 2025-05-23 19:03:44 +02:00
Thomas Wilkerling
af1ad5597d update test package 2025-05-23 18:06:47 +02:00
Thomas Wilkerling
82eed5dc3e new tokenizer "tolerant" 2025-05-23 18:03:10 +02:00
Thomas Wilkerling
db56fa1070 support highlighting on resolver 2025-05-23 11:18:53 +02:00
Thomas Wilkerling
809119b492 fix indexing empty fields
fix redis clear
2025-05-22 11:00:45 +02:00
Thomas Wilkerling
848b3c3cff fix github action 2025-05-21 16:41:38 +02:00
Thomas Wilkerling
f9888362ff fix github action 2025-05-21 16:38:48 +02:00
Thomas Wilkerling
d77f578b89 fix github action 2025-05-21 16:29:14 +02:00
Thomas Wilkerling
b1e8102042 fix github action 2025-05-21 16:22:18 +02:00
Thomas Wilkerling
5c9f69e5c4 fix github action 2025-05-21 16:15:00 +02:00
Thomas Wilkerling
ca7a7d61fc fix github action 2025-05-21 16:12:03 +02:00
Thomas Wilkerling
d9074e0bcc fix github action 2025-05-21 16:03:17 +02:00
Thomas Wilkerling
e827cb126f fix github action 2025-05-21 15:52:15 +02:00
Thomas Wilkerling
c852a07de3 fix github action 2025-05-21 15:42:55 +02:00
Thomas Wilkerling
c18bc9f975 fix github action 2025-05-21 15:23:56 +02:00
Thomas Wilkerling
925d8312ad fix github action 2025-05-21 15:12:55 +02:00
Thomas Wilkerling
b0db87d3f5 fix github action 2025-05-21 15:07:07 +02:00
Thomas Wilkerling
11cc3dc6e6 update test version 2025-05-21 14:06:52 +02:00
Thomas Wilkerling
103f617ad5 v0.8.2 2025-05-21 13:43:38 +02:00
Thomas Wilkerling
430e0c072c improve auto-complete demo 2025-05-14 11:23:03 +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
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
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
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
flycran
6a4b862c31 Merge branch 'master' into master 2025-05-06 17:34:01 +08:00
flycran
f32268c902 - 更新index.d.ts
- 修复`search`的返回值类型,根据worker、db推断返回类型

- 更新types.ts
  测试ts静态类型
2025-05-06 17:26:34 +08:00
Thomas Wilkerling
94fe3aa5a0 add language presets and persistent adapter types to index.d.ts 2025-05-06 10:22:50 +02: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
020509e3df github actions: test directory issue 2025-04-17 15:36:07 +02:00