Skip to content

Commit

Permalink
fix: APPS-2887 Value in Program field should be searchable and retrie…
Browse files Browse the repository at this point in the history
…vable in search (#1148)

* fix: APPS-2887 Value in Program field should be searchable and retrievable in search

* APPS-2887 tests update
  • Loading branch information
kethlinmil authored Aug 16, 2024
1 parent cfd60fc commit e4d4933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/services/search_field_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class SearchFieldService
'researcher_tesim',
'format_book_tesim',
'resp_statement_tesim',
'citation_source_tesim'
'citation_source_tesim',
'program_tesim'
].join(' ').freeze

def search_fields
Expand Down
3 changes: 2 additions & 1 deletion spec/services/search_field_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
'researcher_tesim',
'format_book_tesim',
'resp_statement_tesim',
'citation_source_tesim'
'citation_source_tesim',
'program_tesim'
].join(' '))
end
end

0 comments on commit e4d4933

Please sign in to comment.