Implementing a full text search in the mobile app has a performance bottleneck. We could run an Elasticsearch server and index our content there. The search functionality could be exposed via a reverse proxy.
This requires the following components to come together:
- Push all content from the CMS into Elasticsearch
- Expose search functionality to the internet
- Implement needed functions in apps
This is possibly connected to #86.
Implementing a full text search in the mobile app has a performance bottleneck. We could run an Elasticsearch server and index our content there. The search functionality could be exposed via a reverse proxy.
This requires the following components to come together:
This is possibly connected to #86.