Commit Graph

  • c5643bed31 fix: default search sort to latest and keep dropdown label in sync feat/parent-child-documents Bart van Bragt 2026-04-15 17:21:10 +0200
  • 6bcd2becd5 fix: report actual failed item error in bulk seeding exception Bart van Bragt 2026-04-15 14:08:04 +0200
  • 2706ed6be0 fix: index discussion on rename Bart van Bragt 2026-04-15 14:07:55 +0200
  • 557604e426 fix: retry fill ES queries on transient connection failure Bart van Bragt 2026-04-15 14:07:43 +0200
  • 08353d2473 perf: sort by date by default, skip scoring on field sorts Bart van Bragt 2026-04-14 22:40:43 +0200
  • 80357e6a77 fix: include --staging in build conflict suggestions Bart van Bragt 2026-04-14 16:46:06 +0200
  • d8eebb183a fix: prevent ES CPU saturation from has_child scoring all posts Bart van Bragt 2026-04-14 16:05:59 +0200
  • c54f37349f fix: use Support\Collection for cachedGlobalPermission — pluck() returns plain Collection, not Eloquent Bart van Bragt 2026-04-14 11:27:02 +0200
  • ca8c248870 fix: use Eloquent Collection in job — loadMissing does not exist on Support\Collection Bart van Bragt 2026-04-14 09:59:02 +0200
  • bf37e01eb0 fix: read forum attribute lazily inside extend callback Bart van Bragt 2026-04-14 09:29:35 +0200
  • 4709b9d1db fix: is_hidden boolean coercion and forum settings access Bart van Bragt 2026-04-14 08:59:19 +0200
  • bf19eed20f Bundled output for commit 2fc66b9bf7 Includes transpiled JS/TS, and Typescript declaration files (typings). main flarum-bot 2026-04-13 20:22:53 +0000
  • 2fc66b9bf7 perf: eager-load relationships in UpdateSearchJob and cache permissions in DiscussionSeeder 0.2.0 Bart van Bragt 2026-04-13 22:18:14 +0200
  • 439c74f0a3 fix: store index compat version in ES mapping _meta for correct rollback behaviour Bart van Bragt 2026-04-10 13:46:08 +0200
  • f486292f15 feat: make ngram min_gram configurable via admin setting Bart van Bragt 2026-04-10 13:19:22 +0200
  • 4412583cd9 chore: fix prettier formatting and npm audit vulnerabilities Bart van Bragt 2026-04-10 11:47:38 +0200
  • 81e7b6502d feat: Show admin dashboard notice when search index needs rebuilding Bart van Bragt 2026-04-10 11:10:53 +0200
  • 3039b65946 refactor: Simplify index command with better naming/options Bart van Bragt 2026-04-10 09:35:49 +0200
  • e2e2d1428f feat: restructure index as parent-child documents with blue-green rebuilds Bart van Bragt 2026-04-09 23:30:57 +0200
  • 80d66c98c4 feat: index and sync view_count for fof/discussion-views sort support Bart van Bragt 2026-04-09 12:05:28 +0200
  • ff2a252e99 fix: editing a post does not update the search index fix/elasticsearch-issues Bart van Bragt 2026-04-09 10:43:10 +0200
  • 5929a191f6 fix: --seed-missing stops early when a full range is already indexed Bart van Bragt 2026-04-09 10:35:59 +0200
  • 6699c8cb58 fix: ngram min_gram=1 indexes tokens that can never be matched Bart van Bragt 2026-04-09 08:43:15 +0200
  • 369ee504f3 fix: remove unused content_partial field from seeders Bart van Bragt 2026-04-09 08:39:58 +0200
  • eeb091273d fix: tag filter produces empty results when browsing a tag Bart van Bragt 2026-04-09 08:20:42 +0200
  • d252a17586 fix: not changing recipients visibility when recipients change 0.1.19 Daniël Klabbers 2024-06-13 19:27:14 +0200
  • a9dc8bfb16 fix: byobu discussions open up while using this extension 0.1.18 Daniël Klabbers 2024-06-12 11:34:18 +0200
  • ad153137ae
    Merge f1101a18a2 into fadac0776a TsXor 2023-10-18 21:10:38 +0200
  • 82e6ec786f
    Apply fixes from StyleCI StyleCI Bot 2023-10-18 13:57:41 +0000
  • fadac0776a
    fix main-backup-20231018 Sami Mazouz 2023-10-18 14:55:12 +0100
  • 69003373a9
    Apply fixes from StyleCI StyleCI Bot 2023-10-18 12:26:10 +0000
  • 54148ab1ad
    chore: tweak Sami Mazouz 2023-10-18 13:25:57 +0100
  • 27b4240e89
    feat: flarum 2.0 Sami Mazouz 2023-10-12 18:59:42 +0100
  • f1101a18a2 change SelectOrInput to 2 fields TsXor 2023-10-01 19:37:12 +0800
  • e94a7b1058 buildSelectOrInput: load default only when page is constructed TsXor 2023-09-25 16:53:43 +0800
  • 8e5576db94 add SelectOrInput widget to support custom analyzer TsXor 2023-09-24 23:38:27 +0800
  • f981c27e00 Bundled output for commit f6503f5e6a Includes transpiled JS/TS, and Typescript declaration files (typings). 0.1.17 flarum-bot 2023-01-30 22:17:40 +0000
  • f6503f5e6a fix: #10, private forums have no discussions key, throws error Daniël Klabbers 2023-01-30 23:17:01 +0100
  • ad92d8856b Bundled output for commit 8b519619e5 Includes transpiled JS/TS, and Typescript declaration files (typings). 0.1.16 flarum-bot 2022-11-24 09:39:12 +0000
  • 8b519619e5
    Apply fixes from StyleCI StyleCI Bot 2022-11-24 09:38:21 +0000
  • 83afe95d61 chore: fix search and seeding Daniël Klabbers 2022-11-24 10:37:57 +0100
  • 846cc348ff Merge branch 'dk/search-improvements' into main Daniël Klabbers 2022-11-24 10:29:18 +0100
  • 508bb42ac9 chore: clean up buildcommand 0.1.15 Daniël Klabbers 2022-11-23 12:46:04 +0100
  • db74da3e37
    Apply fixes from StyleCI StyleCI Bot 2022-11-23 11:29:48 +0000
  • a02d35394b feat: store tags, rawId, support indexing missing objects Daniël Klabbers 2022-11-23 12:09:10 +0100
  • b60563f2ec Bundled output for commit 703cbbdd48 Includes transpiled JS/TS, and Typescript declaration files (typings). flarum-bot 2022-11-21 15:33:18 +0000
  • 703cbbdd48
    fix: incorrect JS package name David Wheatley 2022-11-21 15:32:22 +0000
  • 769b6cd278 Bundled output for commit f500d7f956 Includes transpiled JS/TS, and Typescript declaration files (typings). 0.1.14 flarum-bot 2022-11-21 12:38:34 +0000
  • f500d7f956 fix: revert back to not using the elastic endpoint for filtering, at least until we support tags in the search database Ian Morland 2022-11-21 12:37:52 +0000
  • 7257d5fb34 Bundled output for commit 09fb4e8b7b Includes transpiled JS/TS, and Typescript declaration files (typings). 0.1.13 flarum-bot 2022-11-18 09:39:40 +0000
  • 09fb4e8b7b
    Merge pull request #9 from blomstra/im/fix-search-override Daniël Klabbers 2022-11-18 10:38:47 +0100
  • 21170fbe1b Merge remote-tracking branch 'origin/main' into im/fix-search-override Ian Morland 2022-11-18 09:37:37 +0000
  • 1cd3dac177
    Apply fixes from StyleCI StyleCI Bot 2022-11-18 09:34:30 +0000
  • 5815144d3a Revert "Apply fixes from StyleCI" Ian Morland 2022-11-18 09:34:16 +0000
  • f8aa3dcf13
    Apply fixes from StyleCI StyleCI Bot 2022-11-18 09:33:13 +0000
  • a26f88a9b6
    Apply fixes from StyleCI StyleCI Bot 2022-11-18 09:29:46 +0000
  • 23dd403417 fix: override endpoint not used correctly Ian Morland 2022-11-18 09:29:19 +0000
  • ed718e1458 chore: fix incorect command Ian Morland 2022-11-18 09:28:52 +0000
  • 4240269b7f Bundled output for commit c186535bbb Includes transpiled JS/TS, and Typescript declaration files (typings). flarum-bot 2022-11-18 08:31:43 +0000
  • c186535bbb chore: use npm Ian Morland 2022-11-18 08:30:44 +0000
  • fa90def995 chore: update frontend workflow Ian Morland 2022-11-18 08:29:19 +0000
  • 4d2c5cb22f chore: bump deps, npm audit fix Ian Morland 2022-11-18 08:26:26 +0000
  • 9401b677a3 change weighing for exact words match dk/search-improvements Daniël Klabbers 2022-11-10 12:57:46 +0100
  • 4bc89949ec complete testing Daniël Klabbers 2022-11-10 12:54:26 +0100
  • 29ba864849 settings configurations Daniël Klabbers 2022-11-09 18:06:48 +0100
  • aabba9c2d0 Bundled output for commit 886e78d6fb flarum-bot 2022-05-03 08:15:09 +0000
  • 886e78d6fb Format js Ian Morland 2022-05-03 09:13:50 +0100
  • af85834a5a Webpack 5 Ian Morland 2022-05-03 09:13:10 +0100
  • e26d90d7b6 fix ambiguous 0.1.12 Daniël Klabbers 2022-03-04 12:37:43 +0100
  • cb3d4f5225 fix typo 0.1.11 Daniël Klabbers 2022-02-28 20:33:01 +0100
  • c6fd942bf1 prevent leaking deleted discussions Daniël Klabbers 2022-02-28 20:32:27 +0100
  • cc8145c236 drop partial search 0.1.10 Daniël Klabbers 2022-02-21 10:20:46 +0100
  • 8ab60b2fb8
    Create LICENSE.md (#7) Robert Korulczyk 2022-02-17 23:24:42 +0100
  • 6d5f3f47d9
    Create LICENSE.md Robert Korulczyk 2022-02-17 23:04:40 +0100
  • 14833fbe8f Update author meta Ian Morland 2022-02-17 19:25:53 +0000
  • ccfb964aff improve search results 0.1.9 Daniel Klabbers 2022-02-14 16:51:55 +0100
  • 133ded0684 fixes #5 0.1.8 Daniël Klabbers 2022-01-11 10:10:39 +0100
  • 803d1ecfc5 fix partial matching and weighting 0.1.7 Daniel Klabbers 2022-01-10 14:16:42 +0100
  • 502f7a9f86 use partial match with weighting Daniel Klabbers 2022-01-10 13:47:05 +0100
  • 9108553f09 add and vs or distinction, but partial isnt working in combination with the others yet Daniel Klabbers 2022-01-06 12:58:50 +0100
  • b6ac018a56 fix partial matching 0.1.6 Daniel Klabbers 2022-01-03 16:53:45 +0100
  • 88b3e57d8f added weighting properly, also different for titles vs posts 0.1.5 Daniel Klabbers 2022-01-03 15:13:13 +0100
  • f180d66815 Revert "feat: add partial word match with low weighting" Daniel Klabbers 2021-12-23 13:07:04 +0100
  • 013f5162c5 Revert "introduce wildcard, needs further testing" Daniel Klabbers 2021-12-23 13:07:03 +0100
  • 23074a3a0c Revert "attempt to make partial match filter" Daniel Klabbers 2021-12-23 13:07:00 +0100
  • 0ee902b7b7 Revert "allow minimum should match config" Daniel Klabbers 2021-12-23 13:06:56 +0100
  • d5eebf6c65 allow minimum should match config dk/partial Daniel Klabbers 2021-12-16 15:05:22 +0100
  • f21dc04a00 attempt to make partial match filter Daniel Klabbers 2021-12-16 15:02:18 +0100
  • 877533b43d introduce wildcard, needs further testing Daniel Klabbers 2021-12-14 16:35:16 +0100
  • 0d51e5d912 feat: add partial word match with low weighting Daniel Klabbers 2021-12-14 12:05:27 +0100
  • 2d989c7bbc Bundled output for commit ca229c8af8 flarum-bot 2021-12-13 11:07:39 +0000
  • ca229c8af8 possibly reduce logging Daniel Klabbers 2021-12-13 12:06:26 +0100
  • 68fce10d56 support patching the mapping without recreating 0.1.4 Daniel Klabbers 2021-11-16 20:33:17 +0100
  • cb7da5d3f8 fix search for the right fields 0.1.3 Daniel Klabbers 2021-11-16 20:23:07 +0100
  • 868713da11 fix: search for byobu page Daniel Klabbers 2021-11-16 20:20:53 +0100
  • 8b1a32af8d add comment count to mapping Daniël Klabbers 2021-11-11 21:46:17 +0100
  • cadfc7b9bd seed and use comment count for sorting Daniël Klabbers 2021-11-11 21:40:34 +0100
  • 87f695484b compiled 0.1.2 Daniel Klabbers 2021-11-11 13:12:42 +0100
  • 5600236bb8 exclude byobu from elastic for now Daniel Klabbers 2021-11-11 13:12:36 +0100
  • cc9c57308e re enable search, cleanup Daniel Klabbers 2021-11-11 13:12:17 +0100