Determine if the query pipeline is coded in the search interface

In your Coveo organization, you can create multiple query pipelines to meet the needs of your various Coveo-powered search interfaces and panels.

Your setup can also use mechanisms to select the appropriate query pipeline for a specific query (see Query pipeline routing leading practices and rules).

You must use browser developer tools to determine if a query pipeline is coded directly in a search interface.

To determine if a query pipeline is hardcoded in a search interface

  1. In your preferred browser, access your JavaScript Search interface.

  2. Open the developer tools console, and then select the Network tab.

  3. Back in the search interface, perform a query.

  4. In the developer tools console, select the last search event with a POST method.

  5. In the Payload tab, in the Form Data section, look for a Pipeline line and its value.

    The Pipeline line is present only when the pipeline is hardcoded in the JavaScript Search interface.