Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
a3ae2613
Commit
a3ae2613
authored
Jun 01, 2022
by
Joerg-Holger Panzer
Browse files
Update query
add keyword to field name to perform an exact search
parent
08504a18
Pipeline
#300259
passed with stages
in 8 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
indexer/index/elasticsearch.go
View file @
a3ae2613
...
...
@@ -2187,7 +2187,7 @@ type DeleteWorkMatch struct {
// DeleteWork ...
type
DeleteWork
struct
{
Work
string
`json:"work"`
Work
string
`json:"work
.keyword
"`
}
// DeleteAnchorQuery ...
...
...
@@ -2202,7 +2202,7 @@ type DeleteAnchorMatch struct {
// DeleteCollection ...
type
DeleteCollection
struct
{
Collection
string
`json:"collection"`
Collection
string
`json:"collection
.keyword
"`
}
// DeleteFromElasticSearch ...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment