aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/search
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/search')
-rw-r--r--client/src/app/shared/search/search-field.type.ts2
-rw-r--r--client/src/app/shared/search/search.component.ts4
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/search/search-field.type.ts b/client/src/app/shared/search/search-field.type.ts
index ff0bb8de1..7323d6cc3 100644
--- a/client/src/app/shared/search/search-field.type.ts
+++ b/client/src/app/shared/search/search-field.type.ts
@@ -1 +1 @@
export type SearchField = 'name' | 'author' | 'host' | 'tags' export type SearchField = 'name' | 'account' | 'host' | 'tags'
diff --git a/client/src/app/shared/search/search.component.ts b/client/src/app/shared/search/search.component.ts
index 6e2827fe3..6ef19c97a 100644
--- a/client/src/app/shared/search/search.component.ts
+++ b/client/src/app/shared/search/search.component.ts
@@ -14,8 +14,8 @@ import { SearchService } from './search.service'
14export class SearchComponent implements OnInit { 14export class SearchComponent implements OnInit {
15 fieldChoices = { 15 fieldChoices = {
16 name: 'Name', 16 name: 'Name',
17 author: 'Author', 17 account: 'Account',
18 host: 'Pod Host', 18 host: 'Host',
19 tags: 'Tags' 19 tags: 'Tags'
20 } 20 }
21 searchCriteria: Search = { 21 searchCriteria: Search = {