1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-10-03 08:31:50 +02:00
Commit Graph

287 Commits

Author SHA1 Message Date
Thomas Wilkerling
281fc9288b add fixes + install url 2025-03-17 01:12:58 +01:00
Thomas Wilkerling
a00746a2c3 set proper worker path 2025-03-17 01:12:58 +01:00
Thomas Wilkerling
25e4b5d712 bundle pre-release 2025-03-17 01:12:32 +01:00
Thomas Wilkerling
5bcbc72dac Merge remote-tracking branch 'origin/master' 2025-03-01 12:52:49 +01:00
Thomas Wilkerling
68b210916a update urls 2025-03-01 12:52:37 +01:00
Thomas Wilkerling
92f3e0d660 Merge remote-tracking branch 'github/master' 2025-03-01 12:49:22 +01:00
Thomas Wilkerling
0b0c5672bf add flexsearch-0.8.0-preview to benchmark 2025-03-01 12:48:26 +01:00
Thomas Wilkerling
f78ebb3888 Update README.md 2025-02-10 15:14:09 +01:00
Thomas Wilkerling
5391edfb07 Update README.md 2025-02-10 15:12:34 +01:00
Thomas Wilkerling
961c3ae84a update readme 2024-05-01 14:45:20 +02:00
Thomas Wilkerling
e6bcacc848 update readme 2024-05-01 14:43:10 +02:00
Thomas Wilkerling
1ab47b2adf update readme 2024-05-01 14:39:52 +02:00
Thomas Wilkerling
12132cee70 update readme 2024-05-01 14:39:04 +02:00
Thomas Wilkerling
0f7ca1cfb9 update readme 2024-05-01 14:34:25 +02:00
Thomas Wilkerling
2fdeadfd38 update readme 2024-05-01 14:32:08 +02:00
Thomas Wilkerling
e68bd379a7 add sponsors 2024-05-01 14:29:41 +02:00
Thomas Wilkerling
4c3966709f fix package.json browser field 2024-01-10 11:17:04 +01:00
Thomas Wilkerling
12f48e64f7 add index.d.ts to package.json 2024-01-09 21:30:37 +01:00
Thomas Wilkerling
afd75f742f remove bench from master branch 2024-01-08 03:10:25 +01:00
Thomas Wilkerling
06aa6c37d4 update readme 2024-01-08 03:03:39 +01:00
Thomas Wilkerling
7c64745604 update readme 2024-01-08 02:29:20 +01:00
Thomas Wilkerling
a0a798d7fe fix node.js exports, resolve eval 2024-01-08 01:49:39 +01:00
Thomas Wilkerling
5c54b465a8 fix esm export (build) 2024-01-07 23:59:35 +01:00
Thomas Wilkerling
b8279ebddc add index.d.ts from @types/flexsearch 2024-01-07 23:46:06 +01:00
Thomas Wilkerling
346999d22a update build system & bundler 2024-01-07 23:45:18 +01:00
Thomas Wilkerling
c926b76430 remove broken test framework (will come back soon) 2024-01-07 23:09:14 +01:00
Thomas Wilkerling
f18da33d8f make a new version including latest merge 2024-01-06 14:12:13 +01:00
Thomas Wilkerling
53f5ca36a1 Merge pull request #363 from itPiligrim/Fix-bidirectional-description
Fix bidirectional description
2024-01-06 13:21:22 +01:00
Thomas Wilkerling
13e3b44c5e Merge pull request #365 from ianshward/enrich-multi-field
Fix enrich on multi-field search
2024-01-06 13:17:13 +01:00
Thomas Wilkerling
8941276009 Merge pull request #373 from thexeos/issue-358
Fix enriched results after importing Document
2024-01-06 13:16:37 +01:00
Thomas Wilkerling
d4a1dae150 Merge pull request #374 from thexeos/issue-353
Make exports return a Promise that resolves after last callback was called
2024-01-06 13:15:50 +01:00
Thomas Wilkerling
0921303611 Merge pull request #398 from danawoodman/patch-1
Update docs  for usage with ESM / ES6
2024-01-06 13:13:16 +01:00
Thomas Wilkerling
9e2f218032 Merge pull request #400 from salim-b/fix-readme
Fix README
2024-01-06 13:12:09 +01:00
Thomas Wilkerling
74a2d5e264 Merge pull request #404 from 50rayn/master
Added Vue plugin to README
2024-01-06 13:11:34 +01:00
Thomas Wilkerling
1d620d68c4 update readme 2024-01-06 10:17:32 +01:00
Thomas Wilkerling
85c5e67e2b increase version, add announcement 2024-01-06 10:15:27 +01:00
Thomas Wilkerling
497a1ac1e8 add comment to whitespace detection for older chrome version 2024-01-06 10:08:45 +01:00
Thomas Wilkerling
1436eff290 Merge pull request #405 from DerZade/remove-incorrect-types
Remove incorrect types to reduce maintenance overhead
2024-01-06 10:00:28 +01:00
Jonas Schade
e193016c3d chore: remove incorrect types 2023-09-28 13:18:14 +02:00
Sorin Gitlan
e842819011 Added Vue plugin to README 2023-09-20 19:48:36 +03:00
Salim B
42a203e120 Update README
see https://github.com/nextapps-de/flexsearch/issues/237#issuecomment-872078905
2023-08-11 20:56:09 +02:00
Dana Woodman
04e533d13c Fix typos 2023-07-18 14:15:53 -07:00
Dana Woodman
9c278a9168 Update docs for usage with ESM / ES6
The existing docs show a relative path, not the actual npm module bundle path.

I believe this should be correct for ESM/ES6 type environments and will hopefully prevent confusion as found in #341 etc.
2023-07-18 14:15:08 -07:00
Thomas Wilkerling
1243fd883e add donation 2023-07-11 11:29:28 +02:00
Teodor Atroshenko
3f7d594983 fix issue #353
Create new variable in document and index exports, which contains a handle for Promise resolve call. When Index is exported directly, then `field` argument is `undefined`, thus the Promise is resolved inside the index export method. When Document is exported, then `field` argument is set, thus preventing Promise to be resolved inside Index export method before all indexes, store, and tags are exported.
2023-02-08 05:51:08 +01:00
Teodor Atroshenko
4388d9f63d fix issue #358
When exporting `store` and `tag` objects of Document, unset the `field` to prevent them from being scoped to an index in the `importDocument` method.
2023-02-08 05:22:03 +01:00
ianshward
2e184610fc Fix enrich on multi-field search
Fixes #352
2023-01-03 22:30:20 -05:00
administrator
32f21429f8 Fix bidirectional description 2022-12-26 09:09:09 +03:00
Thomas Wilkerling
9abb781357 fix issue #273 0.7.31 2022-10-03 18:18:13 +02:00
Thomas Wilkerling
d10ddca922 Merge pull request #275 from tiejunhu/master
fix nested export key
2022-10-03 18:10:43 +02:00