generated from datum-cloud/service-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Create new API request handlers for allowing users to create search queries in the API. This endpoint should receive search queries, run validation, execute the search against Meilisearch, and return the results immediately.
Important
We should only target full-text search as part of this effort. Field based filtering adds a fair amount of complexity to this service from an API and UX perspective so we will follow up with that in a future release.
Acceptance Criteria
- Users must be able to search resources
- Users must be able to paginate results using cursor-based pagination
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In review