-
- Downloads
HOLI-10582 / HOLI-10431 new Typesense-based search for Volunteering, Users & Spaces
This commit introduces a new search behind a release toggle (`typesense-search`). The search is based on [Typesense](http://typesense.org) and uses [Instantsearch.js](https://github.com/algolia/instantsearch) and the [Typesense Instantsearch adapter](https://github.com/typesense/typesense-instantsearch-adapter) for the UI components and logic. The UI styling is not yet done, subsequent MRs will address this.
Showing
- .env.local 8 additions, 1 deletion.env.local
- .env.production 8 additions, 1 deletion.env.production
- .env.staging 8 additions, 1 deletion.env.staging
- .gitleaksignore 11 additions, 1 deletion.gitleaksignore
- apps/mobile/app.config.ts 7 additions, 0 deletionsapps/mobile/app.config.ts
- apps/mobile/config.ts 16 additions, 0 deletionsapps/mobile/config.ts
- apps/mobile/eas.json 30 additions, 5 deletionsapps/mobile/eas.json
- apps/mobile/navigation/FeedNavigator.tsx 3 additions, 3 deletionsapps/mobile/navigation/FeedNavigator.tsx
- apps/mobile/package.json 4 additions, 1 deletionapps/mobile/package.json
- apps/web/pages/_document.tsx 12 additions, 5 deletionsapps/web/pages/_document.tsx
- apps/web/pages/search.tsx 2 additions, 2 deletionsapps/web/pages/search.tsx
- core/featureFlags/constants.ts 1 addition, 0 deletionscore/featureFlags/constants.ts
- core/featureFlags/featureFlagBootstrapValues.ts 2 additions, 0 deletionscore/featureFlags/featureFlagBootstrapValues.ts
- core/helpers/config.ts 5 additions, 0 deletionscore/helpers/config.ts
- core/helpers/config.web.ts 6 additions, 1 deletioncore/helpers/config.web.ts
- core/i18n/locales/de.json 7 additions, 0 deletionscore/i18n/locales/de.json
- core/i18n/locales/en.json 7 additions, 0 deletionscore/i18n/locales/en.json
- core/screens/search/SearchScreen.tsx 7 additions, 3 deletionscore/screens/search/SearchScreen.tsx
- core/screens/search/typesense/Search.tsx 82 additions, 0 deletionscore/screens/search/typesense/Search.tsx
- core/screens/search/typesense/SearchFacetsChips.tsx 61 additions, 0 deletionscore/screens/search/typesense/SearchFacetsChips.tsx
Loading
Please register or sign in to comment