fix: add column to posts table that is a string of content to use search index on
This commit is contained in:
@@ -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'
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user