fix: add column to posts table that is a string of content to use search index on

This commit is contained in:
Stevan Freeborn
2023-09-16 10:53:28 -05:00
parent 18cb4fe0d9
commit e2161e62c3
6 changed files with 53 additions and 21 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export default function Navbar() {
<form
onSubmit={e => {
e.preventDefault();
router.push(`/search/${term}`);
router.push(`/search?term=${term}`);
}}
className='flex w-full relative'
>