Skip to content

Commit

Permalink
MSEARCH-781: Remove unwanted fieldTypes from bibframe configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjacob committed Jun 4, 2024
1 parent b9f63c1 commit 5cb3d3a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/resources/model/bibframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
"name": "bibframe",
"eventBodyJavaClass": "org.folio.search.domain.dto.Bibframe",
"languageSourcePaths": [ "$.languages" ],
"fieldTypes": {
"suppress": {
"searchTypes": [ "facet", "filter" ],
"index": "bool",
"default": false
},
"visibleSuppress": {
"searchTypes": [ "facet", "filter" ],
"index": "bool",
"default": false,
"showInResponse": [ "search" ]
}
},
"fields": {
"id": {
"index": "whitespace"
Expand Down

0 comments on commit 5cb3d3a

Please sign in to comment.