David Wheatley
|
703cbbdd48
|
fix: incorrect JS package name
|
2022-11-21 15:32:22 +00:00 |
flarum-bot
|
769b6cd278
|
Bundled output for commit f500d7f956
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
|
2022-11-21 12:38:34 +00:00 |
Ian Morland
|
f500d7f956
|
fix: revert back to not using the elastic endpoint for filtering, at least until we support tags in the search database
|
2022-11-21 12:37:52 +00:00 |
flarum-bot
|
7257d5fb34
|
Bundled output for commit 09fb4e8b7b
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
|
2022-11-18 09:39:40 +00:00 |
Daniël Klabbers
|
09fb4e8b7b
|
Merge pull request #9 from blomstra/im/fix-search-override
fix: override search not fired correctly
|
2022-11-18 10:38:47 +01:00 |
Ian Morland
|
21170fbe1b
|
Merge remote-tracking branch 'origin/main' into im/fix-search-override
|
2022-11-18 09:37:37 +00:00 |
StyleCI Bot
|
1cd3dac177
|
Apply fixes from StyleCI
|
2022-11-18 09:34:30 +00:00 |
Ian Morland
|
5815144d3a
|
Revert "Apply fixes from StyleCI"
This reverts commit a26f88a9b6.
|
2022-11-18 09:34:16 +00:00 |
StyleCI Bot
|
f8aa3dcf13
|
Apply fixes from StyleCI
|
2022-11-18 09:33:13 +00:00 |
StyleCI Bot
|
a26f88a9b6
|
Apply fixes from StyleCI
|
2022-11-18 09:29:46 +00:00 |
Ian Morland
|
23dd403417
|
fix: override endpoint not used correctly
|
2022-11-18 09:29:19 +00:00 |
Ian Morland
|
ed718e1458
|
chore: fix incorect command
|
2022-11-18 09:28:52 +00:00 |
flarum-bot
|
4240269b7f
|
Bundled output for commit c186535bbb
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
|
2022-11-18 08:31:43 +00:00 |
Ian Morland
|
c186535bbb
|
chore: use npm
|
2022-11-18 08:30:44 +00:00 |
Ian Morland
|
fa90def995
|
chore: update frontend workflow
|
2022-11-18 08:29:19 +00:00 |
Ian Morland
|
4d2c5cb22f
|
chore: bump deps, npm audit fix
|
2022-11-18 08:26:26 +00:00 |
flarum-bot
|
aabba9c2d0
|
Bundled output for commit 886e78d6fb
Includes transpiled JS/TS.
[skip ci]
|
2022-05-03 08:15:09 +00:00 |
Ian Morland
|
886e78d6fb
|
Format js
|
2022-05-03 09:13:50 +01:00 |
Ian Morland
|
af85834a5a
|
Webpack 5
|
2022-05-03 09:13:10 +01:00 |
Daniël Klabbers
|
e26d90d7b6
|
fix ambiguous
|
2022-03-04 12:37:43 +01:00 |
Daniël Klabbers
|
cb3d4f5225
|
fix typo
|
2022-02-28 20:33:01 +01:00 |
Daniël Klabbers
|
c6fd942bf1
|
prevent leaking deleted discussions
|
2022-02-28 20:32:27 +01:00 |
Daniël Klabbers
|
cc8145c236
|
drop partial search
|
2022-02-21 10:20:46 +01:00 |
Robert Korulczyk
|
8ab60b2fb8
|
Create LICENSE.md (#7)
|
2022-02-17 22:24:42 +00:00 |
Ian Morland
|
14833fbe8f
|
Update author meta
|
2022-02-17 19:25:53 +00:00 |
Daniel Klabbers
|
ccfb964aff
|
improve search results
|
2022-02-14 16:51:55 +01:00 |
Daniël Klabbers
|
133ded0684
|
fixes #5
|
2022-01-11 10:10:39 +01:00 |
Daniel Klabbers
|
803d1ecfc5
|
fix partial matching and weighting
|
2022-01-10 14:16:42 +01:00 |
Daniel Klabbers
|
502f7a9f86
|
use partial match with weighting
|
2022-01-10 13:47:05 +01:00 |
Daniel Klabbers
|
9108553f09
|
add and vs or distinction, but partial isnt working in combination with the others yet
|
2022-01-06 12:58:50 +01:00 |
Daniel Klabbers
|
b6ac018a56
|
fix partial matching
|
2022-01-03 16:53:45 +01:00 |
Daniel Klabbers
|
88b3e57d8f
|
added weighting properly, also different for titles vs posts
|
2022-01-03 15:13:13 +01:00 |
Daniel Klabbers
|
f180d66815
|
Revert "feat: add partial word match with low weighting"
This reverts commit 0d51e5d912.
|
2021-12-23 13:07:04 +01:00 |
Daniel Klabbers
|
013f5162c5
|
Revert "introduce wildcard, needs further testing"
This reverts commit 877533b43d.
|
2021-12-23 13:07:03 +01:00 |
Daniel Klabbers
|
23074a3a0c
|
Revert "attempt to make partial match filter"
This reverts commit f21dc04a00.
|
2021-12-23 13:07:00 +01:00 |
Daniel Klabbers
|
0ee902b7b7
|
Revert "allow minimum should match config"
This reverts commit d5eebf6c65.
|
2021-12-23 13:06:56 +01:00 |
Daniel Klabbers
|
d5eebf6c65
|
allow minimum should match config
|
2021-12-16 15:05:22 +01:00 |
Daniel Klabbers
|
f21dc04a00
|
attempt to make partial match filter
|
2021-12-16 15:02:18 +01:00 |
Daniel Klabbers
|
877533b43d
|
introduce wildcard, needs further testing
|
2021-12-14 16:35:16 +01:00 |
Daniel Klabbers
|
0d51e5d912
|
feat: add partial word match with low weighting
|
2021-12-14 12:05:32 +01:00 |
flarum-bot
|
2d989c7bbc
|
Bundled output for commit ca229c8af8
Includes transpiled JS/TS.
[skip ci]
|
2021-12-13 11:07:39 +00:00 |
Daniel Klabbers
|
ca229c8af8
|
possibly reduce logging
|
2021-12-13 12:06:26 +01:00 |
Daniel Klabbers
|
68fce10d56
|
support patching the mapping without recreating
|
2021-11-16 20:33:17 +01:00 |
Daniel Klabbers
|
cb7da5d3f8
|
fix search for the right fields
|
2021-11-16 20:23:07 +01:00 |
Daniel Klabbers
|
868713da11
|
fix: search for byobu page
Fixes the index for byobu.
|
2021-11-16 20:22:22 +01:00 |
Daniël Klabbers
|
8b1a32af8d
|
add comment count to mapping
|
2021-11-11 21:46:17 +01:00 |
Daniël Klabbers
|
cadfc7b9bd
|
seed and use comment count for sorting
|
2021-11-11 21:40:34 +01:00 |
Daniel Klabbers
|
87f695484b
|
compiled
|
2021-11-11 13:12:42 +01:00 |
Daniel Klabbers
|
5600236bb8
|
exclude byobu from elastic for now
|
2021-11-11 13:12:36 +01:00 |
Daniel Klabbers
|
cc9c57308e
|
re enable search, cleanup
|
2021-11-11 13:12:17 +01:00 |