diff --git a/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx b/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx index eb4a5da7a..593f11ce7 100644 --- a/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx +++ b/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx @@ -1,5 +1,5 @@ import { useQuery } from "@apollo/client"; -import { Button, Card, Input, Modal, Space, Table } from "antd"; +import { Button, Card, Input, Modal, Space, Table, Typography } from "antd"; import React, { useState } from "react"; import { useTranslation } from "react-i18next"; import { Link } from "react-router-dom"; @@ -118,16 +118,20 @@ export default function ScoreboardJobsList({ scoreBoardlist }) { )} + + + {t("general.labels.searchresults", { search: state.search })} + { setState((state) => ({ ...state, search: value })); }} - value={state.search} + //value={state.search} enterButton /> diff --git a/client/src/graphql/scoreboard.queries.js b/client/src/graphql/scoreboard.queries.js index fc7029677..4dc7d522b 100644 --- a/client/src/graphql/scoreboard.queries.js +++ b/client/src/graphql/scoreboard.queries.js @@ -111,6 +111,9 @@ export const QUERY_SCOREBOARD_PAGINATED = gql` v_make_desc v_model_desc v_model_yr + ownr_fn + ownr_ln + ownr_co_nm } date bodyhrs