mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: search-by parameter for keyword links
Fixes: Keyword-links on the package page pass wrong query-parameter. Thus a name/description search is performed instead of keywords Issue report: #397 Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
a08681ba23
commit
7864ac6dfe
2 changed files with 13 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<td>
|
||||
{% for keyword in pkgbase.keywords.all() %}
|
||||
<a class="keyword"
|
||||
href="/packages/?K={{ keyword.Keyword }}&SB=p"
|
||||
href="/packages/?K={{ keyword.Keyword }}&SeB=k"
|
||||
>
|
||||
{{ keyword.Keyword }}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue