Skip to content

adds basic search integration

Isaac Evavold requested to merge IEVAVOLD/portal:add-search into master
  • Adds an ALGOLIA_ADMIN_KEY to the Gitlab CI/CD secrets (used when updating an Algolia index)
  • Adds the following variables to the build-master CI/CD job:
    • ALGOLIA_APP_ID (client id for Algolia API calls)
    • ALGOLIA_INDEX_NAME (index updated during build-master and used for in-browser search calls)
    • ALGOLIA_READ_ONLY_API_KEY (used to authenticate in-browser search calls)

basic-search

Edited by Isaac Evavold

Merge request reports