Skip to content

Commit

Permalink
Improved structure of search_queries
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskuilman committed Apr 8, 2018
1 parent b23778a commit cfde3fb
Showing 1 changed file with 38 additions and 19 deletions.
57 changes: 38 additions & 19 deletions search_queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
// Make sure to add quotes to increase the search precision

var searchQueries = [
'"confirm your email"',
'"bevestiging e-mailadres"',
'"Verify" "email"',

'"Thank you for registering"',
'"Bedankt voor uw aanmelding"',
'"dank" "registratie"',

'"Your new account"',
'"nieuw account"',

// Welcome messages
'"welcome" "validate"',
'"Welcome to" "confirm"',
'"Welcome to" "confirmed"',
'"welcome you to"',

'""Welcome to" "signing""',
'"Welkom bij"',
Expand All @@ -20,24 +16,47 @@ var searchQueries = [
'"Welkom" "account"',

'"Welcome to" "Nice to meet you"',

// Thank you
'"Thank you for registering"',
'"Bedankt voor uw aanmelding"',

'"activate" "account"',
'"Activeer" "account"',
'"Thanks" "registering"',
'"dank" "registratie"',

// Account verification
'"Account" "Verification"',
'"Verify" "email"',

// Confirm account / registration
'"confirm your account"',
'"bevestig" "account"',
'"bevestig" "aanmelding"',
'"account bevestigen"',

'"Confirm" "registration"',
'"Account" "Verification"',
'"Bevestigen" "registratie"',
'"bevestig" "inschrijving"',
'"Bevestiging" "inschrijving"',

'"confirm your email"',
'"bevestiging e-mailadres"',

// Activate account
'"account" "activated"',
'"welcome" "validate"',
'"account" "activeren"',

'"thanks" "activate"',
'"bedankt" "activeren"',

'"activate" "account"',
'"Activeer" "account"',

// Reset password
'"wachtwoord" "resetten"',
'"Welcome to" "confirm"',
'"Welcome to" "confirmed"',
'"welcome you to"',
'"reset" "your" "password"',

// Misc.
'"inlogcode"',
'"Bevestiging" "inschrijving"',
'"Your new account"',
'"nieuw account"',
]

0 comments on commit cfde3fb

Please sign in to comment.