0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

♻️ refactor: remove the code to pass the query data into the SearchResults struct (#302)

This commit is contained in:
neon_arch 2023-11-18 21:41:08 +03:00
parent 141ae26066
commit 5c60d733cd

View File

@ -166,7 +166,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.