Update context from callback data on `query` call
@@ -1309,6 +1309,7 @@ the specific language governing permissions and limitations under the Apache Lic
}
self.positionDropdown();
self.resultsPage = page;
+ self.context = data.context;
})});
},