Overriding the Query Pipeline, Pt III
When we last left our rogue query pipeline in Pt II, we had made our Solr query and had tucked the response into a JSON object. This call was made from our “main” function, which is incidentally the last function — an anonymous function — declared at the end of your stage. For example: function […]