You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engage is working on developing a search functionality to improve the UI experience of its user. We'll use elastic search to enable users to narrow down agenda items to a specific topic.
Create backend API endpoint to query and search indexed agenda items*.
*backend endpoint should be added to the backend.engage.town/api/.... part of the site.
The API endpoint should accept search terms passed by the client ([...].engage.town), send a structured request to the Elasticsearch search endpoint and return the response from the Elasticsearch endpoint.
The nice thing about elastic search is you can open the querying up to the world and only have adding locally accessible. That way you don't need a backend endpoint, just the HTTP queries to elasticsearch.
Context
Engage is working on developing a search functionality to improve the UI experience of its user. We'll use elastic search to enable users to narrow down agenda items to a specific topic.
Links
Dependencies
To-Dos
*backend endpoint should be added to the backend.engage.town/api/.... part of the site.
The API endpoint should accept search terms passed by the client ([...].engage.town), send a structured request to the Elasticsearch search endpoint and return the response from the Elasticsearch endpoint.
Elasticsearch search endpoint request body
New to the Project?
Check out our product documentation repo.
The text was updated successfully, but these errors were encountered: