mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Restore incremental search
This commit is contained in:
parent
0ed35e0354
commit
b72553aa11
@ -61,6 +61,7 @@ export const SearchPage: QueryPage<{ q?: string }> = ({ q }) => {
|
||||
query={query(q, sortKey, sortOrd)}
|
||||
layout={LayoutComponent.layout}
|
||||
empty={t("search.empty")}
|
||||
incremental
|
||||
Header={
|
||||
<BrowseSettings
|
||||
availableSorts={Object.values(SearchSort)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user