Merge branch 'rolling' into PERF/384_optimize-the-performance-of-fetching-results-in-the-websurfx-search-engine-backend

This commit is contained in:
alamin655 2023-11-20 21:03:12 +05:30 committed by GitHub
commit ae9fa5b388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 766 additions and 532 deletions

View file

@ -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.