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
dependabot[bot]
82ca635824
Bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-07 22:47:24 +00:00
dependabot[bot]
59c01418c8
Bump minimist from 1.2.5 to 1.2.8
...
Bumps [minimist](https://github.com/minimistjs/minimist ) from 1.2.5 to 1.2.8.
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-07 22:46:47 +00: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
Thomas Wilkerling
9c8342384b
release v0.7.3
0.7.3
2022-10-03 16:19:48 +02:00
Thomas Wilkerling
858f018e3b
revert changes made by Andrew Lee, fix issue #288
2022-10-03 16:14:40 +02:00
Thomas Wilkerling
729e66046f
fix issue #249 #260 #273 #274 #290 #294
2022-10-03 16:14:40 +02:00
Thomas Wilkerling
ed8c039aa8
fix issue #251
2022-10-03 16:14:40 +02:00
Thomas Wilkerling
755f1ffbf8
fix issue #238
2022-10-03 16:14:40 +02:00
Thomas Wilkerling
2e7eeeb7d5
add lyra to benchmark comparison
2022-10-03 16:14:39 +02:00
Thomas Wilkerling
a26cd5398f
fix issue #313
2022-10-03 16:14:39 +02:00
Thomas Wilkerling
c9308a70fd
fix issue #264
2022-10-03 16:14:39 +02:00
Thomas Wilkerling
811b7e11c7
replace "indexOf" with "includes"
2022-10-03 16:14:39 +02:00
Thomas Wilkerling
129880797b
Merge pull request #333 from benmccann/patch-1
...
add `module` field to `package.json`
2022-10-02 18:43:36 +02:00
Thomas Wilkerling
e74320e38d
Merge pull request #315 from maximilianMairinger/patch-1
...
Fix doc formatting
2022-10-02 18:43:20 +02:00
Thomas Wilkerling
e18dce1fa6
Merge branch 'master' into patch-1
2022-10-02 18:43:14 +02:00
Thomas Wilkerling
0bf83cae4e
Merge pull request #303 from Elliot67/patch-1
...
fix: prevent interpreted emoji
2022-10-02 18:42:14 +02:00
Ben McCann
f65225db73
add module
field to package.json
2022-08-11 12:11:04 -07:00
Maximilian Mairinger
ed08f93445
Fix doc formatting
2022-03-06 14:08:48 +01:00
Elliot Lintz
84aa8d18d0
fix: prevent interpreted emoji
2022-01-07 22:16:34 +01:00