Skip to content
Snippets Groups Projects
Commit 445f62d0 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

query_language/tokens: Declare new visit types

Origin visit types must be explicitely declared in order to search
for them, add new ones from loaders in development.
parent db0d35c9
No related branches found
No related tags found
No related merge requests found
......@@ -54,19 +54,26 @@ const sortByOptions = [
const visitTypeOptions = [
"any",
"arch",
"aur",
"bzr",
"cran",
"crates",
"cvs",
"deb",
"deposit",
"ftp",
"hackage",
"hg",
"git",
"golang",
"maven",
"nixguix",
"npm",
"opam",
"pubdev",
"pypi",
"rpm",
"svn",
"tar"
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment