diff --git a/src/node.ts b/src/node.ts
index b0bbd1d0a9022f79c0014aa1f9796f4aa706ae9e..9470cc339e0bfdefa52728d5830ecbc0ded7ca60 100644
--- a/src/node.ts
+++ b/src/node.ts
@@ -11,7 +11,7 @@ export type MfmQuote = {
 export type MfmSearch = {
 	type: 'search';
 	props: {
-		q: string;
+		query: string;
 		content: string;
 	};
 	children?: [];