Skip to content

Commit

Permalink
make bibtex author field searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Sep 19, 2024
1 parent 20fc167 commit ae0dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/traject/bibtex_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
end

to_fields %w(title_display title_uniform_search title_sort), extract_bibtex_field(:title)
to_fields %w(author_person_full_display author_sort), extract_bibtex_field(:author)
to_fields %w(author_person_full_display author_sort author_1xx_search), extract_bibtex_field(:author)
to_fields %w(pub_year_isi pub_year_w_approx_isi), extract_bibtex(:year)
to_field 'editor_ssim', extract_bibtex_field(:editor)
to_field 'book_title_ssim', extract_bibtex_field(:booktitle)
Expand Down

0 comments on commit ae0dc23

Please sign in to comment.