Skip to content

dxp/issues#803: Add language search feature

Eusebio Chirino requested to merge feature/803-language-search into develop

In this PR

  • Make the application language aware by reading base_url from drupalSettings

How to test

  • Execute npm run start:mock-simple
  • Check the requests made when running the appliaction (base_url should be /api/search)
  • Change the base_url in the mocked configuration useMockedConfig.tsx
  • Check the requests again. It should match the new base_url

Merge request reports

Loading