Skip to content

Commit

Permalink
Updated ES endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
akeldamas committed Sep 26, 2024
1 parent 2d30fdf commit 53e6a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rda/src/config/elasticSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const fieldConfig: Partial<RDTSearchUIProps> = {
export const elasticConfig = [
{
name: "RDA Catalogue",
url: "https://tiger.laurenstobias.com/rda",
url: "https://es.laurenstobias.com/rda",
fullTextFields: fieldConfig.fullTextFields,
fullTextHighlight: fieldConfig.fullTextHighlight,
resultBodyComponent: Rda2Result,
Expand Down

0 comments on commit 53e6a08

Please sign in to comment.