Skip to content

Commit

Permalink
app search: don't search credits by default
Browse files Browse the repository at this point in the history
avoids random hits for keywords which might be in credits like "discord"
  • Loading branch information
Botspot committed Aug 2, 2024
1 parent 26cfd56 commit 7824464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ app_search_gui() { #graphical interface to search for apps
--form --field='' "$last_search" \
--field='Search description':CHK 'TRUE' \
--field='Search website':CHK 'TRUE' \
--field='Search credits':CHK 'TRUE' \
--field='Search credits':CHK 'FALSE' \
--field='Search scripts':CHK 'FALSE')" || return 0
local query="$(echo "$output" | sed -n 1p)"

Expand Down

0 comments on commit 7824464

Please sign in to comment.