Skip to content
Snippets Groups Projects
Commit 9578a12f authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix match_count in resultsJSON

parent 518d16d1
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ function querySetup(payload) {
results.clearAll()
// Get query string again
results.resultsJSON.getQueryStr(queryFormElement);
results.resultsJSON.match_count = payload.match_count;
}
function queryRenderResults(payload) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment