Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
** Why are these changes being introduced: * We are preparing to move our hints system into the TACOS application, in order to better respond to users' searches. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/engx-267 ** How does this address that need: * This defines a new env variable, TACOS_URL, which stores the endpoint for the TACOS GraphQL service. When defined, the search results page will then direct the user agent to send the search string to the TACOS system, which will eventually respond with any additional information we can detect about the search string. For now, the only response will be to reflect the search string back into the console, along with the originating system. * This new env has been added to the readme as an optional value. ** Document any side effects to this change: * I'm adding a note to the 'confirming functionality' section about checking the browser console for the TACOS response.
- Loading branch information