I am using the search widget and successfully...
I can set the scale after a result is returned as such.
If I do not set the scale as seen below it still zooms to the result of the search widget.
But I want to disable the zoom completely....is there a way to do this...I have not seen anything in the documentation
searchWidget.on("select-result", function(event) {
view.goTo({
scale: 3000000
});
});<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>