lib/ddr/index/fields.rb in ddr-models-2.4.9 vs lib/ddr/index/fields.rb in ddr-models-2.4.10

- old
+ new

@@ -33,9 +33,10 @@ IDENTIFIER_ALL = Field.new :identifier_all, :symbol INTERNAL_URI = Field.new :internal_uri, :stored_sortable IS_ATTACHED_TO = Field.new :is_attached_to, :symbol IS_EXTERNAL_TARGET_FOR = Field.new :is_external_target_for, :symbol IS_GOVERNED_BY = Field.new :is_governed_by, :symbol + IS_LOCKED = Field.new :is_locked, :stored_sortable IS_MEMBER_OF = Field.new :is_member_of, :symbol IS_MEMBER_OF_COLLECTION = Field.new :is_member_of_collection, :symbol IS_PART_OF = Field.new :is_part_of, :symbol LAST_FIXITY_CHECK_ON = Field.new :last_fixity_check_on, :stored_sortable, type: :date LAST_FIXITY_CHECK_OUTCOME = Field.new :last_fixity_check_outcome, :symbol