1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-03 10:53:41 +02:00

Fix enrich on multi-field search

Fixes #352
This commit is contained in:
ianshward
2023-01-03 22:30:20 -05:00
parent 9abb781357
commit 2e184610fc

View File

@@ -568,6 +568,7 @@ Document.prototype.search = function(query, limit, options, _resolve){
key = field_options["field"];
query = field_options["query"] || query;
limit = field_options["limit"] || limit;
enrich = field_options["enrich"] || enrich;
}
if(promises){