Skip to content

Commit

Permalink
Search.vue: search options renamed + reordered, cf. issue #4; 2nd att…
Browse files Browse the repository at this point in the history
…empt
  • Loading branch information
Pirker, Hannes committed Jan 15, 2024
1 parent c2e8f24 commit 52db688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const CORPUS_QUERY_TYPES = [
{ value: "wordrow", description: "Word search" },
{ value: "lemmarow", description: "Lemma search" },
{ value: "phraserow", description: "Phrase search" },
{ value: "cqlrow", description: "Custom Query search (CQL)" }
{ value: "cqlrow", description: "Custom Query search (CQL)" },
];
const searchSettings = useSearchSettingsStore();
Expand Down

0 comments on commit 52db688

Please sign in to comment.