Skip to content

Implement search query API #24

@scotwells

Description

@scotwells

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions