Skip to content

Commit

Permalink
fix(categories): better web results rankings
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Nov 18, 2024
1 parent 4698ef1 commit c5eee26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/functions/categories/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,47 +102,47 @@ export const webCategory = {
timesreturnedscoreadd: 0,
engines: {
bing: {
mul: 1,
mul: 1.5,
add: 0
},
brave: {
mul: 1,
add: 0
},
duckduckgo: {
mul: 1,
mul: 1.25, // Same result as Bing
add: 0
},
etools: {
mul: 1,
add: 0
},
google: {
mul: 1,
mul: 1.5,
add: 0
},
mojeek: {
mul: 1,
add: 0
},
presearch: {
mul: 1,
mul: 1.1, // Kinda the same results as Google
add: 0
},
qwant: {
mul: 1,
mul: 1.1, // Kinda the same results as Bing
add: 0
},
startpage: {
mul: 1,
mul: 1.25, // Same result as Google
add: 0
},
swisscows: {
mul: 1,
add: 0
},
yahoo: {
mul: 1,
mul: 1.1, // Kinda the same results as Bing
add: 0
}
// WARN: Disabled currently
Expand Down

0 comments on commit c5eee26

Please sign in to comment.