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

152 Commits

Author SHA1 Message Date
Thomas Wilkerling
defb38b083 improve debug information 2025-09-07 12:32:39 +02:00
Thomas Wilkerling
e0112a5bb4 Document search query with resolved: false causing error #506 2025-09-07 11:49:01 +02:00
Thomas Wilkerling
20b36c243c Limit is applied before tag filtering, resulting in unexpected empty queries #524 2025-09-07 01:11:00 +02:00
Thomas Wilkerling
9bdc6d3266 Export Incorrectly Lists 0 index fields as null instead of false or empty array #521 2025-09-06 21:25:15 +02:00
Thomas Wilkerling
5a958257b6 StorageManager.persist is not available on Web Workers. #519 2025-09-06 21:00:52 +02:00
Thomas Wilkerling
bed0044c08 this.db.transaction is not a function #515 2025-09-06 19:02:44 +02:00
Thomas Wilkerling
a10a29a6cb highlighted results are misleading #514 2025-09-06 18:50:17 +02:00
Thomas Wilkerling
eadecbb91b Cannot use as an esm module in nodejs project #512 2025-09-06 18:05:28 +02:00
Thomas Wilkerling
338bed25c1 highlight boundary always produces preceding ellipsis #508 2025-09-01 14:39:39 +02:00
Thomas Wilkerling
35fd7c80c2 better support for result highlighting when using resolver 2025-06-06 07:57:38 +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
103f617ad5 v0.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
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
c4929b9106 release 0.8.162 2025-05-10 12:48:41 +02:00
Thomas Wilkerling
2431b51a4f update index.d.ts 2025-05-08 22:08:07 +02:00
Thomas Wilkerling
f774be9646 extended result highlighting 2025-05-02 13:30:09 +02:00
Thomas Wilkerling
b75cccb0f8 fix result highlighting #489 2025-04-17 10:09:16 +02:00
Thomas Wilkerling
dafb137153 improve encoder term deduplication + stemmer 2025-04-16 10:54:39 +02:00
Thomas Wilkerling
75ae9a0285 add term de-duplication to the encoder by also keeping the context chain 2025-04-16 09:14:17 +02:00
Thomas Wilkerling
ac4e0cd8d1 fix redis enrich 2025-04-14 14:23:20 +02:00
Thomas Wilkerling
8d89fd5b14 fix result highlighting on document worker 2025-04-14 14:22:10 +02:00
Thomas Wilkerling
c37605cf7d fix document result highlighting when using "pluck" 2025-04-14 10:13:56 +02:00
Thomas Wilkerling
952b92a80b fix document.searchCache() 2025-04-13 15:44:20 +02:00
Thomas Wilkerling
6aadad9c3d re-add CJK encoder supporting graphemes 2025-04-12 11:05:00 +02:00
Thomas Wilkerling
c767fef769 disable post-filter after stemmer 2025-04-12 10:29:53 +02:00
Thomas Wilkerling
0abd307853 minor refactoring, dedupe default on 2025-04-06 18:38:07 +02:00
Thomas Wilkerling
112a07725f improve result highlighting #480 2025-04-01 10:29:03 +02:00
Thomas Wilkerling
40f17691bf minor refactoring to align with the documentation 2025-03-30 21:57:37 +02:00
Thomas Wilkerling
5abd01a3c5 universal charset presets, fix #483 2025-03-27 18:16:37 +01:00
Thomas Wilkerling
98c6039a0a push version 2025-03-26 19:37:26 +01:00
Thomas Wilkerling
48e78116d7 refactor index.js filenames #481 2025-03-26 19:33:16 +01:00
Thomas Wilkerling
bbccf2d1a6 fix result highlighting #480 2025-03-26 16:01:49 +01:00
Thomas Wilkerling
471830ef0f fix indexeddb #479 2025-03-26 09:40:20 +01:00
Thomas Wilkerling
b2db45a47c update bundle 2025-03-26 00:08:29 +01:00
Thomas Wilkerling
afa4a8acb9 fix indexeddb #475 2025-03-25 16:14:17 +01:00
Thomas Wilkerling
21313f594b fix export property #471 2025-03-24 21:26:27 +01:00
Thomas Wilkerling
9026442e06 release 0.8.1 2025-03-24 19:58:52 +01:00
Thomas Wilkerling
e878ce5f99 more tests, more fixes 2025-03-24 18:33:20 +01:00
Thomas Wilkerling
63531ef4f1 (re)adding tests, migration 2025-03-22 15:42:12 +01:00
Thomas Wilkerling
019c60da24 fix export, add runtime balancer for async tasks 2025-03-21 20:34:26 +01:00
Thomas Wilkerling
adde2a9861 fix default resolver state, fix indexeddb transaction recycling 2025-03-21 13:03:02 +01:00
Thomas Wilkerling
f2302f0dee export/import document worker 2025-03-20 21:58:45 +01:00
Thomas Wilkerling
e55c2d1efc fix tokenizer "default" 2025-03-20 12:42:30 +01:00
Thomas Wilkerling
5b9d92311c bypass config in nodejs environment 2025-03-20 12:12:41 +01:00