mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/fix: search in bookmarks, user collections, user favorites, user history
This commit is contained in:
parent
8d2800c2f2
commit
93205fdb4e
6 changed files with 55 additions and 19 deletions
|
@ -82,7 +82,7 @@ export function BookmarksCategoryPage(props: any) {
|
|||
<Spinner />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
if (error) {
|
||||
return (
|
||||
|
@ -105,7 +105,9 @@ export function BookmarksCategoryPage(props: any) {
|
|||
className="flex-1 max-w-full mx-4"
|
||||
onSubmit={(e) => {
|
||||
e.preventDefault();
|
||||
router.push(`/search?q=${searchVal}&where=list&list=${props.slug}`);
|
||||
router.push(
|
||||
`/search?query=${searchVal}¶ms={"where"%3A"list"%2C"searchBy"%3A"${props.slug}"}`
|
||||
);
|
||||
}}
|
||||
>
|
||||
<label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue