dxp/issues#803: Add language search feature
In this PR
- Make the application language aware by reading
base_url
fromdrupalSettings
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 configurationuseMockedConfig.tsx
- Check the requests again. It should match the new
base_url