We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18aa91 commit c11984dCopy full SHA for c11984d
1 file changed
vue/components/VocabularySearch.vue
@@ -33,8 +33,7 @@
33
<div class="col">
34
<button
35
type="submit"
36
- class="btn btn-primary"
37
- @click="submitSearch">
+ class="btn btn-primary">
38
Search
39
</button>
40
</div>
@@ -71,6 +70,10 @@ export default {
71
70
label: "Publisher",
72
value: "publisher_en",
73
},
+ {
74
+ label: "Subject notation",
75
+ value: "subject_notation",
76
+ },
77
]
78
const { search, field = "allfields" } = this.query
79
0 commit comments