Skip to main content
SCE Documentation

Search

Install Search Plugin

  1. Open Nuget Package Manager
  2. Install "Byu.Fhss.GoogleSearch"

Get Google Search Code

  1. Sign into cse.google.com
  2. Username: "fhsscomputing@gmail.com". Password: "ilovefhss"
  3. Click on the website you are working on
  4. Click "Get Code"
  5. Copy script. (google automatically requires you to copy the entire script, however you only need the 'cx' key so you may need to paste the script somewhere in order to paste that single line)

Configure

  1. Open the main "Web.config"
  2. Find the line: "<add key="GoogleSearchKey" value="004875453087473818847:dlvmrgsu2s8" />"
  3. Replace the value with the cx key from google
  4. Build the project and test.