Index: pages/+Layout.telefunc.ts
===================================================================
--- pages/+Layout.telefunc.ts	(revision 67dfe576d088a64527df41c04054063cbba96c6d)
+++ pages/+Layout.telefunc.ts	(revision 3fca46c4c43630741dd8e43405688124aedaba75)
@@ -14,5 +14,5 @@
     const c = ctx();
 
-    const components = await drizzleQueries.getAllComponents(c.db, limit, q, componentType);
+    const components = await drizzleQueries.getAllComponents(c.db, limit, componentType, q);
 
     return components;
@@ -115,8 +115,2 @@
     return newBuild;
 }
-
-
-
-
-
-
