Skip to content

Commit

Permalink
add recordtypeid to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Dec 2, 2024
1 parent e5b9a1d commit fa6fee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elastic-search/index-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ exports.schema = () => ({
publicDomain: propertyTemplates.boolean,
publisherLiteral: propertyTemplates.fulltextWithRawFolded,
publicationStatement: propertyTemplates.exactStringNotIndexed,
recordType: propertyTemplates.exactString,
recordTypeId: propertyTemplates.exactString,
serialPublicationDates: propertyTemplates.exactStringNotIndexed,
seriesStatement: propertyTemplates.fulltextWithRawFolded,
shelfMark: {
Expand Down

0 comments on commit fa6fee4

Please sign in to comment.