Skip to content

Commit

Permalink
Replace one more
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Jun 12, 2024
1 parent d7ee5b6 commit 8ba376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/chojo/krile/data/dao/tagguild/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public List<CompletedTag> complete(String value) {
LEFT JOIN repository r ON gr.repository_id = r.id
LEFT JOIN tag_stat ts ON gr.guild_id = ts.guild_id AND rt.id = ts.tag_id
WHERE global_prio = 1
AND tag ILIKE ('%' || ? || '%')
AND tag ILIKE ('%%' || ? || '%%')
AND gr.guild_id = ?
ORDER BY ts.views DESC)
SELECT id,
Expand Down

0 comments on commit 8ba376a

Please sign in to comment.