Determine if the Query Pipeline is Coded in the Search Interface
Determine if the Query Pipeline is Coded in the Search Interface
In your Coveo organization, you can create several query pipelines to address the needs of your various Coveo-powered search interfaces and panels (see Manage query pipelines).
Your setup can also use mechanisms to select which query pipeline is used 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 the Search Interface
-
In your preferred browser, access your JavaScript Search interface.
-
Open the developer tools console, select the Network tab, and then select the XHR filter.
-
Back to the search interface, perform a query.
-
In the developers tool console, select the last search event with a
POST
method. -
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.