Skip to content

Elasticsearch integration and search API #497

Description

@svenseeberg

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedtopic:ApiIssues related to API improvements

    Type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions