mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-13 04:58:46 +00:00
The rationale for this decision is the apparent confusion regarding the number of issues that were presented. For a query such as `foo bar` the natural expectation would be results that contain both `foo` and `bar` not either `foo` or `bar`. However, for a query such as `+foo bar` the result MUST contain `foo`, while `bar` affects only the scoring of issues. A downside of such an approach is the inability to fully represent `foo OR bar` as the current implementation imposes that the query must contain atleast one MUST (or MUST NOT) term. closes #12935 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13025 Reviewed-by: Gusted <gusted@noreply.codeberg.org> |
||
|---|---|---|
| .. | ||
| code | ||
| internal | ||
| issues | ||
| stats | ||