forgejo/templates/user/dashboard
Shiny Nematoda cddf608cb9 feat(issue search): query string for boolean operators and phrase search (#6952)
closes #6909

related to forgejo/design#14

# Description

Adds the following boolean operators for issues when using an indexer (with minor caveats)

- `+term`: `term` MUST be present for any result
- `-term`: negation; exclude results that contain `term`
- `"this is a term"`: matches the exact phrase `this is a term`

In all cases the special characters may be escaped by the prefix `\`

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6952
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2025-02-23 08:35:35 +00:00
..
dashboard.tmpl Fix flash message for flex-container (#30657) 2024-04-28 15:39:00 +02:00
feeds.tmpl Added alt's to <img> 2025-01-31 21:22:00 +00:00
issues.tmpl feat(issue search): query string for boolean operators and phrase search (#6952) 2025-02-23 08:35:35 +00:00
milestones.tmpl Apply switch redesign to more areas (#6542) 2025-01-13 08:28:06 +00:00
navbar.tmpl ui: simplify main-attribute labels 2024-12-08 17:30:52 +05:00
repolist.tmpl Use flex-container for dashboard layout (#30214) 2024-04-21 11:12:00 +02:00