Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] General Name Search Endpoint #367

Open
DMalone87 opened this issue Mar 27, 2024 · 1 comment · May be fixed by #376
Open

[FEATURE] General Name Search Endpoint #367

DMalone87 opened this issue Mar 27, 2024 · 1 comment · May be fixed by #376
Assignees
Labels
backend enhancement New feature or request

Comments

@DMalone87
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
A future version of the Index will allow a user to search for an officer or agency by name using a single search bar. We should create a more flexible search endpoint that will return results of various types that match the search terms.

Describe the solution you'd like
Add a general search endpoint the the API that can return results of any type. This endpoint should accept a string and return a list of results that are separated into categories (Officers, Agencies) and ordered by relevance.

Describe alternatives you've considered
Our current methods allow a user to search only for a single type of record.

Additional context
User Workflows

@DMalone87 DMalone87 added enhancement New feature or request backend labels Mar 27, 2024
@DMalone87
Copy link
Collaborator Author

Something worth checking out for inspo: https://opensearch.org/

@hrauniya hrauniya self-assigned this Apr 18, 2024
@DMalone87 DMalone87 linked a pull request Apr 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants