fix: include search term in regular search query for improved results

This commit is contained in:
2025-10-19 22:20:53 +02:00
parent 069b8faec7
commit 6748fe82a8

View File

@@ -45,6 +45,7 @@ export function useSearch(searchTerm: string, enabled = true) {
[
{
kinds: [0, 30023],
search: term,
// limit: 100,
},
],