1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/modules
Brecht Van Lommel a7de14e493
Meilisearch: require all query terms to be matched ()
Previously only the first term had to be matched. That default
Meilisearch behavior makes sense for e.g. some kind of autocomplete to
find and select a single result. But for filtering issues it means you
can't narrow down results by adding more terms.

This is also more consistent with other indexers and GitHub.

---

Reference:
https://www.meilisearch.com/docs/reference/api/search#matching-strategy
2023-11-29 23:00:59 +08:00
..
actions
activitypub Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
analyze
assetfs
auth
avatar
base Replace interface{} with any () 2023-07-04 18:36:08 +00:00
cache improve unit test for caching () 2023-07-27 22:24:40 +02:00
charset Replace interface{} with any () 2023-07-04 18:36:08 +00:00
container
context Add guide page to actions when there's no workflows () 2023-11-21 08:27:33 +00:00
contexttest Replace assert.Fail with assert.FailNow () 2023-10-11 11:02:24 +00:00
csv Refactor locale number () 2023-04-17 11:37:23 +08:00
doctor Fix delete-orphaned-repos () 2023-11-24 14:46:19 +00:00
emoji Update emoji set to Unicode 15 () 2023-06-29 16:29:48 +00:00
eventsource
generate Handle base64 decoding correctly to avoid panic () 2023-08-14 10:30:16 +00:00
git Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
gitgraph More db.DefaultContext refactor () 2023-09-29 12:12:54 +00:00
graceful Refactor graceful manager to use shared code () 2023-11-24 14:21:46 +00:00
hcaptcha Consume hcaptcha and pwn deps () 2023-01-29 09:49:51 -06:00
highlight
hostmatcher Support allowed hosts for webhook to work with proxy () 2023-10-18 09:44:36 +00:00
html Refactor backend SVG package and add tests () 2023-08-05 04:34:59 +00:00
httpcache Less naked returns () 2023-07-07 05:31:56 +00:00
httplib Less naked returns () 2023-07-07 05:31:56 +00:00
indexer Meilisearch: require all query terms to be matched () 2023-11-29 23:00:59 +08:00
issue/template
json
label Make label templates have consistent behavior and priority () 2023-04-10 16:44:02 +08:00
lfs Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
log
markup Use restricted sanitizer for repository description () 2023-11-23 16:34:25 +00:00
mcaptcha Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
metrics
migration
nosql Update tool dependencies, lock govulncheck and actionlint () 2023-07-09 11:58:06 +00:00
options
packages Close all hashed buffers () 2023-10-25 21:24:24 +02:00
paginator
pprof Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
private
process
proxy Use proxy for pull mirror () 2023-02-11 08:39:50 +08:00
proxyprotocol Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
public
queue Increase queue length () 2023-10-10 18:47:49 +08:00
recaptcha
references
regexplru Upgrade go dependencies () 2023-07-14 11:00:31 +08:00
repository Ignore "non-existing" errors when getDirectorySize calculates the size () 2023-11-29 13:08:58 +08:00
secret
session
setting add skip ci functionality () 2023-11-18 13:37:08 +02:00
sitemap
ssh Remove SSH workaround () 2023-11-03 15:21:05 +00:00
storage
structs Fix package webhook () 2023-10-31 04:43:38 +00:00
svg Refactor backend SVG package and add tests () 2023-08-05 04:34:59 +00:00
sync Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
system
templates Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
test
testlogger
timeutil Fix incorrect webhook time and use relative-time to display it () 2023-05-03 19:53:43 -04:00
translation
turnstile
typesniffer
updatechecker Replace more db.DefaultContext () 2023-10-15 17:46:06 +02:00
upload
uri Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
user
util Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00:00
validation
web Make CORS work for oauth2 handlers () 2023-11-23 21:19:26 +08:00
webhook