Skip to content

Commit c11984d

Browse files
Support subject notation as search option; cleanup #298
1 parent b18aa91 commit c11984d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

vue/components/VocabularySearch.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
<div class="col">
3434
<button
3535
type="submit"
36-
class="btn btn-primary"
37-
@click="submitSearch">
36+
class="btn btn-primary">
3837
Search
3938
</button>
4039
</div>
@@ -71,6 +70,10 @@ export default {
7170
label: "Publisher",
7271
value: "publisher_en",
7372
},
73+
{
74+
label: "Subject notation",
75+
value: "subject_notation",
76+
},
7477
]
7578
const { search, field = "allfields" } = this.query
7679

0 commit comments

Comments
 (0)