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

Commit Graph

  • a08965f881 Merge pull request #445 from dacog/patch-1 Thomas Wilkerling 2025-04-17 16:15:27 +02:00
  • 5457c0e4ec Create SECURITY.md Thomas Wilkerling 2025-04-17 15:59:47 +02:00
  • 651eefc45e github actions: add permissions Thomas Wilkerling 2025-04-17 15:50:39 +02:00
  • 0821947378 Merge pull request #420 from nextapps-de/dependabot/npm_and_yarn/minimist-1.2.8 Thomas Wilkerling 2025-04-17 15:41:51 +02:00
  • 7b9d2a551a Merge pull request #421 from nextapps-de/dependabot/npm_and_yarn/decode-uri-component-0.2.2 Thomas Wilkerling 2025-04-17 15:41:16 +02:00
  • 020509e3df github actions: test directory issue Thomas Wilkerling 2025-04-17 15:36:07 +02:00
  • 6ff2ea73cc github actions: test directory issue Thomas Wilkerling 2025-04-17 15:32:23 +02:00
  • e572d97eb4 github actions: test directory issue Thomas Wilkerling 2025-04-17 15:30:45 +02:00
  • 6df662d084 github actions: test directory issue Thomas Wilkerling 2025-04-17 15:25:30 +02:00
  • a8bc4d56c7 github actions: test directory issue Thomas Wilkerling 2025-04-17 15:22:30 +02:00
  • e159f9f9cf github actions: remove --exit flag Thomas Wilkerling 2025-04-17 15:21:02 +02:00
  • 65ba1e7e41 github actions: change directory Thomas Wilkerling 2025-04-17 15:19:15 +02:00
  • 743f4bec02 add missing "run" to npm script Thomas Wilkerling 2025-04-17 15:16:26 +02:00
  • 547465e40e add npm script "test:github" Thomas Wilkerling 2025-04-17 15:15:25 +02:00
  • 726d467a23 github actions: skip persistent tests Thomas Wilkerling 2025-04-17 15:12:48 +02:00
  • d20c1509b2 set type to "module" in test/package.json Thomas Wilkerling 2025-04-17 15:07:54 +02:00
  • c358bc2005 use proper test files directory Thomas Wilkerling 2025-04-17 15:03:16 +02:00
  • f375f96ea0 github actions: use working-directory Thomas Wilkerling 2025-04-17 14:53:03 +02:00
  • db75671f60 github actions: change dir Thomas Wilkerling 2025-04-17 14:49:04 +02:00
  • 9226c164d7 update test/package-lock.json Thomas Wilkerling 2025-04-17 14:46:37 +02:00
  • 97fc8e1c88 add package-lock.json for the test env Thomas Wilkerling 2025-04-17 14:43:50 +02:00
  • a1d0a79154 github actions: change to test directory Thomas Wilkerling 2025-04-17 14:42:06 +02:00
  • b24d85b034 disable npm cache in github action workflow Thomas Wilkerling 2025-04-17 14:38:48 +02:00
  • 4b1656ba4a disable build in github action workflow Thomas Wilkerling 2025-04-17 14:37:11 +02:00
  • 4e65952a9a disable docker container in github action workflow Thomas Wilkerling 2025-04-17 14:31:47 +02:00
  • 901d4926e9 switch to ubuntu instead of debian Thomas Wilkerling 2025-04-17 14:21:32 +02:00
  • 7a36389d7a add postgres to github action workflow Thomas Wilkerling 2025-04-17 14:19:34 +02:00
  • a92f5a2780 return default status on npm script "build" Thomas Wilkerling 2025-04-17 14:07:17 +02:00
  • 96ab69e100 Create node.js.yml Thomas Wilkerling 2025-04-17 14:01:00 +02:00
  • fa1e0db787 readme add CJK charset Thomas Wilkerling 2025-04-17 13:43:59 +02:00
  • b70d639180 add test for context chain (term duplication) Thomas Wilkerling 2025-04-17 10:11:27 +02:00
  • 357a37be9e refactor english language preset (looped stemmer) Thomas Wilkerling 2025-04-17 10:10:47 +02:00
  • b75cccb0f8 fix result highlighting #489 Thomas Wilkerling 2025-04-17 10:09:16 +02:00
  • dafb137153 improve encoder term deduplication + stemmer Thomas Wilkerling 2025-04-16 10:54:39 +02:00
  • 75ae9a0285 add term de-duplication to the encoder by also keeping the context chain Thomas Wilkerling 2025-04-16 09:14:17 +02:00
  • 77af8c4941 improve redis implementation Thomas Wilkerling 2025-04-16 09:03:16 +02:00
  • ac4e0cd8d1 fix redis enrich Thomas Wilkerling 2025-04-14 14:23:20 +02:00
  • 8d89fd5b14 fix result highlighting on document worker Thomas Wilkerling 2025-04-14 14:22:10 +02:00
  • c37605cf7d fix document result highlighting when using "pluck" Thomas Wilkerling 2025-04-14 10:07:11 +02:00
  • d40308d57a update demo Thomas Wilkerling 2025-04-13 15:52:07 +02:00
  • 8588c50c46 add missing charset to sources Thomas Wilkerling 2025-04-13 15:49:08 +02:00
  • 40a9ae0ccb update library path (demo) Thomas Wilkerling 2025-04-13 15:47:23 +02:00
  • 952b92a80b fix document.searchCache() Thomas Wilkerling 2025-04-13 15:44:20 +02:00
  • 97e7a44e1b Change download links #446 Thomas Wilkerling 2025-04-12 11:21:29 +02:00
  • 9059023836 Merge pull request #485 from PabloDinella/patch-1 Thomas Wilkerling 2025-04-12 11:11:56 +02:00
  • 6aadad9c3d re-add CJK encoder supporting graphemes Thomas Wilkerling 2025-04-12 11:05:00 +02:00
  • c767fef769 disable post-filter after stemmer Thomas Wilkerling 2025-04-12 10:29:53 +02:00
  • 0abd307853 minor refactoring, dedupe default on Thomas Wilkerling 2025-04-06 18:38:07 +02:00
  • 91aff88510 readme encoder options Thomas Wilkerling 2025-04-06 14:16:20 +02:00
  • ae97d7412a readme worker index options Thomas Wilkerling 2025-04-06 11:24:52 +02:00
  • 9eca5637d5 readme index options Thomas Wilkerling 2025-04-06 10:31:57 +02:00
  • d4644bb920 Fix tokenizer option examples in README.md Pablo R. Dinella 2025-04-01 17:21:46 -03:00
  • 112a07725f improve result highlighting #480 Thomas Wilkerling 2025-04-01 10:29:03 +02:00
  • 607300efe1 index.d.ts describe default export Thomas Wilkerling 2025-04-01 07:37:36 +02:00
  • 40f17691bf minor refactoring to align with the documentation Thomas Wilkerling 2025-03-30 21:57:37 +02:00
  • bdfddd5509 readme another try to adjust thickness Thomas Wilkerling 2025-03-30 17:02:49 +02:00
  • c1a2067230 readme adjust separator thickness Thomas Wilkerling 2025-03-30 16:58:48 +02:00
  • d807df6cca readme use separators Thomas Wilkerling 2025-03-30 16:57:01 +02:00
  • 80be96d3ac readme udpate links Thomas Wilkerling 2025-03-30 16:52:15 +02:00
  • 2ef17eacaf update readme part 2 of 2 Thomas Wilkerling 2025-03-30 16:49:53 +02:00
  • b75fff8937 add readme part 1.5 of 2 Thomas Wilkerling 2025-03-29 18:57:26 +01:00
  • 2b1771fd6d update readme part 1 of 2 Thomas Wilkerling 2025-03-27 21:04:06 +01:00
  • 5abd01a3c5 universal charset presets, fix #483 Thomas Wilkerling 2025-03-27 18:16:37 +01:00
  • 98c6039a0a push version Thomas Wilkerling 2025-03-26 19:37:26 +01:00
  • 48e78116d7 refactor index.js filenames #481 Thomas Wilkerling 2025-03-26 19:33:16 +01:00
  • bbccf2d1a6 fix result highlighting #480 Thomas Wilkerling 2025-03-26 16:01:49 +01:00
  • 471830ef0f fix indexeddb #479 Thomas Wilkerling 2025-03-26 09:40:20 +01:00
  • b2db45a47c update bundle Thomas Wilkerling 2025-03-26 00:08:29 +01:00
  • b85e3eab37 use nested export style for package.json Thomas Wilkerling 2025-03-25 23:00:53 +01:00
  • 626bb99e3c update demo auto-complete Thomas Wilkerling 2025-03-25 21:15:27 +01:00
  • 718b73ecd0 removing directory entries in exports package.json Thomas Wilkerling 2025-03-25 20:13:09 +01:00
  • 3ea1de592d also adding flexsearch/esm to "browser" package.json Thomas Wilkerling 2025-03-25 20:05:10 +01:00
  • 611169a58e improve hints in "browser" package.json Thomas Wilkerling 2025-03-25 20:03:24 +01:00
  • afa4a8acb9 fix indexeddb #475 Thomas Wilkerling 2025-03-25 16:13:49 +01:00
  • 21313f594b fix export property #471 Thomas Wilkerling 2025-03-24 21:26:27 +01:00
  • 9026442e06 release 0.8.1 0.8.1 Thomas Wilkerling 2025-03-24 19:58:52 +01:00
  • e878ce5f99 more tests, more fixes Thomas Wilkerling 2025-03-24 18:33:20 +01:00
  • 63531ef4f1 (re)adding tests, migration Thomas Wilkerling 2025-03-22 15:42:12 +01:00
  • 019c60da24 fix export, add runtime balancer for async tasks Thomas Wilkerling 2025-03-21 20:34:26 +01:00
  • adde2a9861 fix default resolver state, fix indexeddb transaction recycling Thomas Wilkerling 2025-03-21 13:03:02 +01:00
  • 2c8aee791c adding examples document worker export Thomas Wilkerling 2025-03-20 22:02:14 +01:00
  • f2302f0dee export/import document worker Thomas Wilkerling 2025-03-20 21:57:25 +01:00
  • e55c2d1efc fix tokenizer "default" Thomas Wilkerling 2025-03-20 12:42:30 +01:00
  • 5b9d92311c bypass config in nodejs environment Thomas Wilkerling 2025-03-20 12:12:41 +01:00
  • 84c7a08e9e proper light/compact bundle Thomas Wilkerling 2025-03-20 11:53:22 +01:00
  • b2c79cfd0e worker index basic support export/import Thomas Wilkerling 2025-03-20 09:42:26 +01:00
  • b0311432fd async polling handler Thomas Wilkerling 2025-03-20 07:45:45 +01:00
  • d9f235ce3b document resolver, reduce code duplication, refactoring Thomas Wilkerling 2025-03-19 14:33:22 +01:00
  • 3d13a00d86 switch to jsdelivr bench Thomas Wilkerling 2025-03-17 20:07:28 +01:00
  • 0455fa4b74 hotfix typo 0.8.0 Thomas Wilkerling 2025-03-17 20:05:10 +01:00
  • 0c21ae1c45 update benchmark table Thomas Wilkerling 2025-03-17 12:36:55 +01:00
  • 2509bcfe5f proper lang builds Thomas Wilkerling 2025-03-17 09:21:07 +01:00
  • cc8cbd40b7 proper url Thomas Wilkerling 2025-03-17 08:49:48 +01:00
  • 8f9096d6e6 use tagged version Thomas Wilkerling 2025-03-17 08:48:39 +01:00
  • fcefff9ce5 use tagged version Thomas Wilkerling 2025-03-17 08:43:43 +01:00
  • 36ea9c2c42 points to master branch Thomas Wilkerling 2025-03-17 08:35:27 +01:00
  • 201a978b17 update links Thomas Wilkerling 2025-03-17 08:26:20 +01:00
  • 0d042fa2b4 add updated package-lock.json Thomas Wilkerling 2025-03-17 08:21:57 +01:00
  • 2c80a8ee78 restore readme Thomas Wilkerling 2025-03-17 08:13:38 +01:00
  • 1820491b05 push v0.8 to master Thomas Wilkerling 2025-03-17 01:14:11 +01:00