Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zilliztech/attu into attu-563
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Jul 11, 2024
2 parents 716aee6 + 376f769 commit 14cd71c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions client/src/pages/databases/collections/search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,6 @@ const Search = (props: CollectionDataProps) => {

let primaryKeyField = 'id';

// const outputFields: string[] = useMemo(() => {
// if (!searchParams || !searchParams.collection) {
// return [];
// }

// const s = searchParams.collection.schema!;
// const _outputFields = [...searchParams.globalParams.output_fields];

// if (s.enable_dynamic_field) {
// _outputFields.push(DYNAMIC_FIELD);
// }

// return _outputFields;
// }, [JSON.stringify(searchParams)]);

const {
pageSize,
handlePageSize,
Expand Down

0 comments on commit 14cd71c

Please sign in to comment.