Skip to content

Commit

Permalink
remove char search
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoertl committed Jan 8, 2024
1 parent 6fb2342 commit f4930ad
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 @@ -8,7 +8,7 @@ const newSelectedType: Ref<CorpusQueryType> = ref("iqueryrow");
const newUserInput = ref("");
const CORPUS_QUERY_TYPES = [
{ value: "charrow", description: "Character Search" },
// { value: "charrow", description: "Character Search" },
{ value: "cqlrow", description: "Custom Query Lang Search" },
{ value: "iqueryrow", description: "Simplie Search (iquery)" },
{ value: "lemmarow", description: "Lemma Search" },
Expand Down

0 comments on commit f4930ad

Please sign in to comment.