Skip to content

Commit

Permalink
Extended preprint server support for search by searching over calcula…
Browse files Browse the repository at this point in the history
…ted title and abstract fields (#539)
  • Loading branch information
de-code authored Aug 19, 2024
1 parent 3ec1482 commit 0d7b641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sciety_labs/app/routers/api/papers/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@

DEFAULT_OPENSEARCH_SEARCH_FIELDS = [
'doi',
'europepmc.title_with_markup',
'europepmc.abstract_with_markup'
'calculated.title_with_markup',
'calculated.abstract_with_markup'
]


Expand Down

0 comments on commit 0d7b641

Please sign in to comment.