In-file highlighting, tweaked grouping

This commit is contained in:
Simon Cambier
2022-04-18 18:17:25 +02:00
parent 41203a11da
commit edeada032a
5 changed files with 54 additions and 46 deletions

View File

@@ -90,6 +90,8 @@ function subscribeToQuery(): void {
const results = get(singleFileSearch)
? getSuggestions(q, { singleFile: get(singleFileSearch) })
: getSuggestions(q)
console.log('Search results')
console.log(results)
// Save the results in the store