Merge branch 'rolling' into PERF/384_optimize-the-performance-of-fetching-results-in-the-websurfx-search-engine-backend
This commit is contained in:
commit
ae9fa5b388
42 changed files with 766 additions and 532 deletions
|
@ -180,7 +180,7 @@ pub async fn aggregate(
|
|||
|
||||
let results: Vec<SearchResult> = result_map.into_values().collect();
|
||||
|
||||
Ok(SearchResults::new(results, query, &engine_errors_info))
|
||||
Ok(SearchResults::new(results, &engine_errors_info))
|
||||
}
|
||||
|
||||
/// Filters a map of search results using a list of regex patterns.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue