Skip to content

Commit

Permalink
fix(website): include all parameters when searching (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen authored Mar 9, 2024
1 parent bc1f4b0 commit de7c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/utils/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const getData = async (
fields: [...config.tableColumns, config.primaryKey],
limit,
offset,
...metadataSearchFilters,
...searchFilters,
orderBy: orderBy !== undefined ? [orderBy] : undefined,
};

Expand Down

0 comments on commit de7c181

Please sign in to comment.