mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 18:34:18 +00:00
Fix match_count in resultsJSON
This commit is contained in:
parent
518d16d189
commit
9578a12f42
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user