Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools for technical analysts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
tools for technical analysts
Commits
d0c7732f
Commit
d0c7732f
authored
1 year ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- added --fuzzy for phrase prefix search
parent
fc108cad
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/SLUB/LZA/TA/Command/count.pm
+7
-6
7 additions, 6 deletions
lib/SLUB/LZA/TA/Command/count.pm
with
7 additions
and
6 deletions
lib/SLUB/LZA/TA/Command/count.pm
+
7
−
6
View file @
d0c7732f
...
...
@@ -24,7 +24,7 @@ Examples:
* How many AIPs were created in 2021-05-31?
'$0 count -c 2021-05-31'
* How many AIPs with mkv-files are in archive?
'$0 count --
with-format
fmt/569'
'$0 count --
pronom-id
fmt/569'
DESCR
sub
description
{
...
...
@@ -42,11 +42,12 @@ sub opt_spec {
]
}
],
["
descriptive|d=s
"
=>
"
count based on string search in descriptive metadata
"],
["
lzaid|l=s
",
"
count AIPs by given LZA id
"],
["
format
"
=>
hidden
=>
{
one_of
=>
[
["
pronom-id|p=s
"
=>
"
with pronom format id
"],
#["without-format=s" => "without pronom format id"],
['
descriptive|d=s
'
=>
'
count based on string search in descriptive metadata, using exact match
'],
['
fuzzy|f=s
'
=>
'
count based on string search in descriptive metadata, using phrase prefix match
'
],
['
lzaid|l=s
'
=>
'
count AIPs by given LZA id
'],
['
format
'
=>
hidden
=>
{
one_of
=>
[
['
pronom-id|p=s
'
=>
'
with pronom format id
'],
#['without-format=s' => "without pronom format id"],
]
}
],
[
'
onlymode
'
=>
hidden
=>
{
one_of
=>
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment