mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-02 10:23:50 +02:00
Restore unused arguments
Per https://github.com/nextapps-de/flexsearch/pull/55#issuecomment-465948483
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
return global_encoder[name](value);
|
return global_encoder[name](value);
|
||||||
};
|
};
|
||||||
|
|
||||||
function worker_handler(id, query, result, limit){
|
function worker_handler(id, query, result, limit, where, cursor, suggest){
|
||||||
|
|
||||||
if(this._task_completed !== this.worker){
|
if(this._task_completed !== this.worker){
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user